Html Css Color HEX #BBC335 Fuego

📋 copy color: '#BBC335'

red 187 ◦ green 195 ◦ blue 53

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

Shades of Fuego #BBC335

Tints of Fuego #BBC335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.18%

R = 42.99%
G = 44.83%
B = 12.18%

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

#BBC335 (or 0xBBC335) is known color: Fuego. HEX triplet: BB, C3 and 35. RGB value is (187,195,53). Sum of RGB (Red+Green+Blue) = 187+195+53=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC335 is #443CCA. Grayscale: #B0B0B0. Windows color (decimal): -4472011 or 3523515. OLE color: 3523515.

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

Color convert

RGB 187 195 53 -
CMYK 0.04 0 0.73 0.24
HSL 63.38º 0.57% 0.49% -
HSV(B) 63.38º 0.73% 0.76% -
XYZ 40.65 49.85 10.85 -
YUV 176.42 58.35 135.55 -
System Red Green Blue C M Y K H S L
Decimal 187 195 53 0.04 0 0.73 0.24 63.38 0.57 0.49
Hex BB C3 35 4 0 49 18 3F 39 31
Octal 273 303 65 4 0 111 30 77 71 61
Binary 10111011 11000011 110101 100 0 1001001 11000 111111 111001 110001

Color Harmonies of #BBC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC335

Black with #BBC335

Text Example


Text Example

White with #BBC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC335; }

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

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

background-color css

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

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

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

border-color css

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

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

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