Html Css Color HEX #BBC135 Fuego

📋 copy color: '#BBC135'

red 187 ◦ green 193 ◦ blue 53

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

Shades of Fuego #BBC135

Tints of Fuego #BBC135

RGB

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

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

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

R = 43.19%
G = 44.57%
B = 12.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#BBC135 (or 0xBBC135) is known color: Fuego. HEX triplet: BB, C1 and 35. RGB value is (187,193,53). Sum of RGB (Red+Green+Blue) = 187+193+53=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC135 is #443ECA. Grayscale: #AFAFAF. Windows color (decimal): -4472523 or 3523003. OLE color: 3523003.

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

Color convert

RGB 187 193 53 -
CMYK 0.03 0 0.73 0.24
HSL 62.57º 0.57% 0.48% -
HSV(B) 62.57º 0.73% 0.76% -
XYZ 40.21 48.96 10.7 -
YUV 175.25 59.01 136.38 -
System Red Green Blue C M Y K H S L
Decimal 187 193 53 0.03 0 0.73 0.24 62.57 0.57 0.48
Hex BB C1 35 3 0 49 18 3F 39 30
Octal 273 301 65 3 0 111 30 77 71 60
Binary 10111011 11000001 110101 11 0 1001001 11000 111111 111001 110000

Color Harmonies of #BBC135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC135

Black with #BBC135

Text Example


Text Example

White with #BBC135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC135; }

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

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

background-color css

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

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

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

border-color css

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

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

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