Html Css Color HEX #B5C334 Fuego

📋 copy color: '#B5C334'

red 181 ◦ green 195 ◦ blue 52

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

Shades of Fuego #B5C334

Tints of Fuego #B5C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.56%

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

R = 42.29%
G = 45.56%
B = 12.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#B5C334 (or 0xB5C334) is known color: Fuego. HEX triplet: B5, C3 and 34. RGB value is (181,195,52). Sum of RGB (Red+Green+Blue) = 181+195+52=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C334 is #4A3CCB. Grayscale: #AFAFAF. Windows color (decimal): -4865228 or 3457973. OLE color: 3457973.

HSL color Cylindrical-coordinate representation of color #B5C334: hue angle of 65.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5C334 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 195 52 -
CMYK 0.07 0 0.73 0.24
HSL 65.87º 0.58% 0.48% -
HSV(B) 65.87º 0.73% 0.76% -
XYZ 39.19 49.1 10.66 -
YUV 174.51 58.86 132.63 -
System Red Green Blue C M Y K H S L
Decimal 181 195 52 0.07 0 0.73 0.24 65.87 0.58 0.48
Hex B5 C3 34 7 0 49 18 42 3A 30
Octal 265 303 64 7 0 111 30 102 72 60
Binary 10110101 11000011 110100 111 0 1001001 11000 1000010 111010 110000

Color Harmonies of #B5C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C334

Black with #B5C334

Text Example


Text Example

White with #B5C334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C334; }

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

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

background-color css

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

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

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

border-color css

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

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

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