Html Css Color HEX #B5CA2C Fuego

📋 copy color: '#B5CA2C'

red 181 ◦ green 202 ◦ blue 44

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

Shades of Fuego #B5CA2C

Tints of Fuego #B5CA2C

RGB

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

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

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

R = 42.39%
G = 47.31%
B = 10.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#B5CA2C (or 0xB5CA2C) is known color: Fuego. HEX triplet: B5, CA and 2C. RGB value is (181,202,44). Sum of RGB (Red+Green+Blue) = 181+202+44=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA2C is #4A35D3. Grayscale: #B2B2B2. Windows color (decimal): -4863444 or 2935477. OLE color: 2935477.

HSL color Cylindrical-coordinate representation of color #B5CA2C: hue angle of 67.97º 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 #B5CA2C is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 44 -
CMYK 0.10 0 0.78 0.21
HSL 67.97º 0.64% 0.48% -
HSV(B) 67.97º 0.78% 0.79% -
XYZ 40.63 52.25 10.33 -
YUV 177.71 52.54 130.35 -
System Red Green Blue C M Y K H S L
Decimal 181 202 44 0.10 0 0.78 0.21 67.97 0.64 0.48
Hex B5 CA 2C A 0 4E 15 44 40 30
Octal 265 312 54 12 0 116 25 104 100 60
Binary 10110101 11001010 101100 1010 0 1001110 10101 1000100 1000000 110000

Color Harmonies of #B5CA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA2C

Black with #B5CA2C

Text Example


Text Example

White with #B5CA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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