Html Css Color HEX #BBC534 Fuego

📋 copy color: '#BBC534'

red 187 ◦ green 197 ◦ blue 52

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

Shades of Fuego #BBC534

Tints of Fuego #BBC534

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

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

R = 42.89%
G = 45.18%
B = 11.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#BBC534 (or 0xBBC534) is known color: Fuego. HEX triplet: BB, C5 and 34. RGB value is (187,197,52). Sum of RGB (Red+Green+Blue) = 187+197+52=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC534 is #443ACB. Grayscale: #B2B2B2. Windows color (decimal): -4471500 or 3458491. OLE color: 3458491.

HSL color Cylindrical-coordinate representation of color #BBC534: hue angle of 64.14º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBC534 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 52 -
CMYK 0.05 0 0.74 0.23
HSL 64.14º 0.58% 0.49% -
HSV(B) 64.14º 0.74% 0.77% -
XYZ 41.08 50.75 10.88 -
YUV 177.48 57.19 134.79 -
System Red Green Blue C M Y K H S L
Decimal 187 197 52 0.05 0 0.74 0.23 64.14 0.58 0.49
Hex BB C5 34 5 0 4A 17 40 3A 31
Octal 273 305 64 5 0 112 27 100 72 61
Binary 10111011 11000101 110100 101 0 1001010 10111 1000000 111010 110001

Color Harmonies of #BBC534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC534

Black with #BBC534

Text Example


Text Example

White with #BBC534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC534; }

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

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

background-color css

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

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

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

border-color css

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

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

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