Html Css Color HEX #BBD222 Fuego

📋 copy color: '#BBD222'

red 187 ◦ green 210 ◦ blue 34

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

Shades of Fuego #BBD222

Tints of Fuego #BBD222

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.72%

 BLUE value IS 34 (13.67% from 255) = 7.89%

R = 43.39%
G = 48.72%
B = 7.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BBD222 (or 0xBBD222) is known color: Fuego. HEX triplet: BB, D2 and 22. RGB value is (187,210,34). Sum of RGB (Red+Green+Blue) = 187+210+34=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD222 is #442DDD. Grayscale: #B7B7B7. Windows color (decimal): -4468190 or 2282171. OLE color: 2282171.

HSL color Cylindrical-coordinate representation of color #BBD222: hue angle of 67.84º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBD222 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 34 -
CMYK 0.11 0 0.84 0.18
HSL 67.84º 0.72% 0.48% -
HSV(B) 67.84º 0.84% 0.82% -
XYZ 43.83 56.77 10.16 -
YUV 183.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 187 210 34 0.11 0 0.84 0.18 67.84 0.72 0.48
Hex BB D2 22 B 0 54 12 44 48 30
Octal 273 322 42 13 0 124 22 104 110 60
Binary 10111011 11010010 100010 1011 0 1010100 10010 1000100 1001000 110000

Color Harmonies of #BBD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD222

Black with #BBD222

Text Example


Text Example

White with #BBD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD222; }

 p { color: rgb(187,210,34); }

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

background-color css

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

 a { background-color: rgb(187,210,34); }

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

border-color css

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

 span { border-color: rgb(187,210,34); }

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