Html Css Color HEX #BBC334 Fuego

📋 copy color: '#BBC334'

red 187 ◦ green 195 ◦ blue 52

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

Shades of Fuego #BBC334

Tints of Fuego #BBC334

RGB

 RED value IS 187 (73.44% from 255) = 43.09%

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

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

R = 43.09%
G = 44.93%
B = 11.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#BBC334 (or 0xBBC334) is known color: Fuego. HEX triplet: BB, C3 and 34. RGB value is (187,195,52). Sum of RGB (Red+Green+Blue) = 187+195+52=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC334 is #443CCB. Grayscale: #B0B0B0. Windows color (decimal): -4472012 or 3457979. OLE color: 3457979.

HSL color Cylindrical-coordinate representation of color #BBC334: hue angle of 63.36º 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 #BBC334 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 52 -
CMYK 0.04 0 0.73 0.24
HSL 63.36º 0.58% 0.48% -
HSV(B) 63.36º 0.73% 0.76% -
XYZ 40.63 49.84 10.73 -
YUV 176.31 57.85 135.63 -
System Red Green Blue C M Y K H S L
Decimal 187 195 52 0.04 0 0.73 0.24 63.36 0.58 0.48
Hex BB C3 34 4 0 49 18 3F 3A 30
Octal 273 303 64 4 0 111 30 77 72 60
Binary 10111011 11000011 110100 100 0 1001001 11000 111111 111010 110000

Color Harmonies of #BBC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC334

Black with #BBC334

Text Example


Text Example

White with #BBC334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC334; }

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

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

background-color css

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

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

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

border-color css

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

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

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