#B8D62A

Color #B8D62A Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B8D62A

Tints of Fuego #B8D62A

Color information

#B8D62A (or 0xB8D62A) is unknown color: approx Fuego. HEX triplet: B8, D6 and 2A. RGB value is (184,214,42). Sum of RGB (Red+Green+Blue) = 184+214+42=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D62A is #4729D5. Grayscale: #BABABA. Windows color (decimal): -4663766 or 2807480. OLE color: 2807480.

HSL color Cylindrical-coordinate representation of color #B8D62A: hue angle of 70.47º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8D62A is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB18421442-
CMYK0.1400.800.16
HSL70.47º67.72%50.2%-
HSV(B)70.47º80.37%83.92%-
XYZ44.2358.4511.14-
YUV185.4247.06126.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 214 (83.98% from 255) = 48.64%
BLUE value IS 42 (16.80% from 255) = 9.55%
R=41.82%
G=48.64%
B=9.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184214420.1400.800.1670.4767.7250.2
HexB8D62AE05010464432
Octal270326521601202010610462
Binary10111000110101101010101110010100001000010001101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D62A; }

 p { color: rgb(184,214,42); }

 H1.HeaderClassName
 {
   color: #B8D62A;
 }
 .AnyTagClassName
 {
   color: #B8D62A;
 }
</style>
background-color css

<style>
 a { background-color: #B8D62A; }

 a { background-color: rgb(184,214,42); }

 div.DivClassName
 {
   background-color: #B8D62A;
 }
 .BgClassName
 {
   background-color: #B8D62A;
 }
</style>
border-color css

<style>
 span { border-color: #B8D62A; }

 span { border-color: rgb(184,214,42); }

 td.TdClassName
 {
   border-color: #B8D62A;
 }
 .TagClassName
 {
   border-color: #B8D62A;
 }
</style>