Html Css Color HEX #BBC133 Fuego

📋 copy color: '#BBC133'

red 187 ◦ green 193 ◦ blue 51

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

Shades of Fuego #BBC133

Tints of Fuego #BBC133

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.78%

 BLUE value IS 51 (20.31% from 255) = 11.83%

R = 43.39%
G = 44.78%
B = 11.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#BBC133 (or 0xBBC133) is known color: Fuego. HEX triplet: BB, C1 and 33. RGB value is (187,193,51). Sum of RGB (Red+Green+Blue) = 187+193+51=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC133 is #443ECC. Grayscale: #AFAFAF. Windows color (decimal): -4472525 or 3391931. OLE color: 3391931.

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

Color convert

RGB 187 193 51 -
CMYK 0.03 0 0.74 0.24
HSL 62.54º 0.58% 0.48% -
HSV(B) 62.54º 0.74% 0.76% -
XYZ 40.16 48.94 10.46 -
YUV 175.02 58.01 136.55 -
System Red Green Blue C M Y K H S L
Decimal 187 193 51 0.03 0 0.74 0.24 62.54 0.58 0.48
Hex BB C1 33 3 0 4A 18 3F 3A 30
Octal 273 301 63 3 0 112 30 77 72 60
Binary 10111011 11000001 110011 11 0 1001010 11000 111111 111010 110000

Color Harmonies of #BBC133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC133

Black with #BBC133

Text Example


Text Example

White with #BBC133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC133; }

 p { color: rgb(187,193,51); }

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

background-color css

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

 a { background-color: rgb(187,193,51); }

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

border-color css

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

 span { border-color: rgb(187,193,51); }

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