Html Css Color HEX #B5CB36 Fuego

📋 copy color: '#B5CB36'

red 181 ◦ green 203 ◦ blue 54

#B5CB36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #B5CB36

Tints of Fuego #B5CB36

RGB

 RED value IS 181 (71.09% from 255) = 41.32%

 GREEN value IS 203 (79.69% from 255) = 46.35%

 BLUE value IS 54 (21.48% from 255) = 12.33%

R = 41.32%
G = 46.35%
B = 12.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#B5CB36 (or 0xB5CB36) is known color: Fuego. HEX triplet: B5, CB and 36. RGB value is (181,203,54). Sum of RGB (Red+Green+Blue) = 181+203+54=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB36 is #4A34C9. Grayscale: #B4B4B4. Windows color (decimal): -4863178 or 3591093. OLE color: 3591093.

HSL color Cylindrical-coordinate representation of color #B5CB36: hue angle of 68.86º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5CB36 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 203 54 -
CMYK 0.11 0 0.73 0.20
HSL 68.86º 0.59% 0.5% -
HSV(B) 68.86º 0.73% 0.8% -
XYZ 41.08 52.8 11.52 -
YUV 179.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 181 203 54 0.11 0 0.73 0.20 68.86 0.59 0.5
Hex B5 CB 36 B 0 49 14 45 3B 32
Octal 265 313 66 13 0 111 24 105 73 62
Binary 10110101 11001011 110110 1011 0 1001001 10100 1000101 111011 110010

Color Harmonies of #B5CB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CB36

Black with #B5CB36

Text Example


Text Example

White with #B5CB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CB36; }

 p { color: rgb(181,203,54); }

 H1.HeaderClassName
 {
   color: #B5CB36;
 }
 .AnyTagClassName
 {
   color: #B5CB36;
 }
</style>

background-color css

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

 a { background-color: rgb(181,203,54); }

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

border-color css

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

 span { border-color: rgb(181,203,54); }

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