Html Css Color HEX #B4CA2C Fuego

📋 copy color: '#B4CA2C'

red 180 ◦ green 202 ◦ blue 44

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

Shades of Fuego #B4CA2C

Tints of Fuego #B4CA2C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.42%

 BLUE value IS 44 (17.58% from 255) = 10.33%

R = 42.25%
G = 47.42%
B = 10.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#B4CA2C (or 0xB4CA2C) is known color: Fuego. HEX triplet: B4, CA and 2C. RGB value is (180,202,44). Sum of RGB (Red+Green+Blue) = 180+202+44=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA2C is #4B35D3. Grayscale: #B2B2B2. Windows color (decimal): -4928980 or 2935476. OLE color: 2935476.

HSL color Cylindrical-coordinate representation of color #B4CA2C: hue angle of 68.35º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4CA2C is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 202 44 -
CMYK 0.11 0 0.78 0.21
HSL 68.35º 0.64% 0.48% -
HSV(B) 68.35º 0.78% 0.79% -
XYZ 40.4 52.13 10.32 -
YUV 177.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 180 202 44 0.11 0 0.78 0.21 68.35 0.64 0.48
Hex B4 CA 2C B 0 4E 15 44 40 30
Octal 264 312 54 13 0 116 25 104 100 60
Binary 10110100 11001010 101100 1011 0 1001110 10101 1000100 1000000 110000

Color Harmonies of #B4CA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CA2C

Black with #B4CA2C

Text Example


Text Example

White with #B4CA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CA2C; }

 p { color: rgb(180,202,44); }

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

background-color css

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

 a { background-color: rgb(180,202,44); }

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

border-color css

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

 span { border-color: rgb(180,202,44); }

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