Html Css Color HEX #B5CA36 Fuego

📋 copy color: '#B5CA36'

red 181 ◦ green 202 ◦ blue 54

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

Shades of Fuego #B5CA36

Tints of Fuego #B5CA36

RGB

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

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

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

R = 41.42%
G = 46.22%
B = 12.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#B5CA36 (or 0xB5CA36) is known color: Fuego. HEX triplet: B5, CA and 36. RGB value is (181,202,54). Sum of RGB (Red+Green+Blue) = 181+202+54=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA36 is #4A35C9. Grayscale: #B3B3B3. Windows color (decimal): -4863434 or 3590837. OLE color: 3590837.

HSL color Cylindrical-coordinate representation of color #B5CA36: hue angle of 68.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5CA36 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 54 -
CMYK 0.10 0 0.73 0.21
HSL 68.51º 0.58% 0.5% -
HSV(B) 68.51º 0.73% 0.79% -
XYZ 40.84 52.33 11.44 -
YUV 178.85 57.54 129.53 -
System Red Green Blue C M Y K H S L
Decimal 181 202 54 0.10 0 0.73 0.21 68.51 0.58 0.5
Hex B5 CA 36 A 0 49 15 45 3A 32
Octal 265 312 66 12 0 111 25 105 72 62
Binary 10110101 11001010 110110 1010 0 1001001 10101 1000101 111010 110010

Color Harmonies of #B5CA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA36

Black with #B5CA36

Text Example


Text Example

White with #B5CA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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