Html Css Color HEX #B5CC34 Fuego

📋 copy color: '#B5CC34'

red 181 ◦ green 204 ◦ blue 52

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

Shades of Fuego #B5CC34

Tints of Fuego #B5CC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.9%

R = 41.42%
G = 46.68%
B = 11.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#B5CC34 (or 0xB5CC34) is known color: Fuego. HEX triplet: B5, CC and 34. RGB value is (181,204,52). Sum of RGB (Red+Green+Blue) = 181+204+52=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CC34 is #4A33CB. Grayscale: #B4B4B4. Windows color (decimal): -4862924 or 3460277. OLE color: 3460277.

HSL color Cylindrical-coordinate representation of color #B5CC34: hue angle of 69.08º 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 #B5CC34 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 52 -
CMYK 0.11 0 0.75 0.2
HSL 69.08º 0.6% 0.5% -
HSV(B) 69.08º 0.75% 0.8% -
XYZ 41.27 53.26 11.35 -
YUV 179.8 55.88 128.86 -
System Red Green Blue C M Y K H S L
Decimal 181 204 52 0.11 0 0.75 0.2 69.08 0.6 0.5
Hex B5 CC 34 B 0 4B 14 45 3C 32
Octal 265 314 64 13 0 113 24 105 74 62
Binary 10110101 11001100 110100 1011 0 1001011 10100 1000101 111100 110010

Color Harmonies of #B5CC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CC34

Black with #B5CC34

Text Example


Text Example

White with #B5CC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CC34; }

 p { color: rgb(181,204,52); }

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

background-color css

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

 a { background-color: rgb(181,204,52); }

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

border-color css

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

 span { border-color: rgb(181,204,52); }

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