Html Css Color HEX #B4CC31 Fuego

📋 copy color: '#B4CC31'

red 180 ◦ green 204 ◦ blue 49

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

Shades of Fuego #B4CC31

Tints of Fuego #B4CC31

RGB

 RED value IS 180 (70.7% from 255) = 41.57%

 GREEN value IS 204 (80.08% from 255) = 47.11%

 BLUE value IS 49 (19.53% from 255) = 11.32%

R = 41.57%
G = 47.11%
B = 11.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#B4CC31 (or 0xB4CC31) is known color: Fuego. HEX triplet: B4, CC and 31. RGB value is (180,204,49). Sum of RGB (Red+Green+Blue) = 180+204+49=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC31 is #4B33CE. Grayscale: #B3B3B3. Windows color (decimal): -4928463 or 3263668. OLE color: 3263668.

HSL color Cylindrical-coordinate representation of color #B4CC31: hue angle of 69.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4CC31 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 49 -
CMYK 0.12 0 0.76 0.2
HSL 69.29º 0.61% 0.5% -
HSV(B) 69.29º 0.76% 0.8% -
XYZ 40.97 53.11 11 -
YUV 179.15 54.55 128.6 -
System Red Green Blue C M Y K H S L
Decimal 180 204 49 0.12 0 0.76 0.2 69.29 0.61 0.5
Hex B4 CC 31 C 0 4C 14 45 3D 32
Octal 264 314 61 14 0 114 24 105 75 62
Binary 10110100 11001100 110001 1100 0 1001100 10100 1000101 111101 110010

Color Harmonies of #B4CC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CC31

Black with #B4CC31

Text Example


Text Example

White with #B4CC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CC31; }

 p { color: rgb(180,204,49); }

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

background-color css

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

 a { background-color: rgb(180,204,49); }

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

border-color css

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

 span { border-color: rgb(180,204,49); }

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