Html Css Color HEX #BBD922 Fuego

📋 copy color: '#BBD922'

red 187 ◦ green 217 ◦ blue 34

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

Shades of Fuego #BBD922

Tints of Fuego #BBD922

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.54%

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

R = 42.69%
G = 49.54%
B = 7.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#BBD922 (or 0xBBD922) is known color: Fuego. HEX triplet: BB, D9 and 22. RGB value is (187,217,34). Sum of RGB (Red+Green+Blue) = 187+217+34=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD922 is #4426DD. Grayscale: #BBBBBB. Windows color (decimal): -4466398 or 2283963. OLE color: 2283963.

HSL color Cylindrical-coordinate representation of color #BBD922: hue angle of 69.84º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBD922 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 34 -
CMYK 0.14 0 0.84 0.15
HSL 69.84º 0.73% 0.49% -
HSV(B) 69.84º 0.84% 0.85% -
XYZ 45.6 60.31 10.75 -
YUV 187.17 41.56 127.88 -
System Red Green Blue C M Y K H S L
Decimal 187 217 34 0.14 0 0.84 0.15 69.84 0.73 0.49
Hex BB D9 22 E 0 54 F 46 49 31
Octal 273 331 42 16 0 124 17 106 111 61
Binary 10111011 11011001 100010 1110 0 1010100 1111 1000110 1001001 110001

Color Harmonies of #BBD922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD922

Black with #BBD922

Text Example


Text Example

White with #BBD922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD922; }

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

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

background-color css

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

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

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

border-color css

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

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

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