Html Css Color HEX #B5CB32 Fuego

📋 copy color: '#B5CB32'

red 181 ◦ green 203 ◦ blue 50

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

Shades of Fuego #B5CB32

Tints of Fuego #B5CB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.52%

R = 41.71%
G = 46.77%
B = 11.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#B5CB32 (or 0xB5CB32) is known color: Fuego. HEX triplet: B5, CB and 32. RGB value is (181,203,50). Sum of RGB (Red+Green+Blue) = 181+203+50=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB32 is #4A34CD. Grayscale: #B3B3B3. Windows color (decimal): -4863182 or 3328949. OLE color: 3328949.

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

Color convert

RGB 181 203 50 -
CMYK 0.11 0 0.75 0.20
HSL 68.63º 0.6% 0.5% -
HSV(B) 68.63º 0.75% 0.8% -
XYZ 40.99 52.77 11.04 -
YUV 178.98 55.21 129.44 -
System Red Green Blue C M Y K H S L
Decimal 181 203 50 0.11 0 0.75 0.20 68.63 0.6 0.5
Hex B5 CB 32 B 0 4B 14 45 3C 32
Octal 265 313 62 13 0 113 24 105 74 62
Binary 10110101 11001011 110010 1011 0 1001011 10100 1000101 111100 110010

Color Harmonies of #B5CB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CB32

Black with #B5CB32

Text Example


Text Example

White with #B5CB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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