Html Css Color HEX #BBD722 Fuego

📋 copy color: '#BBD722'

red 187 ◦ green 215 ◦ blue 34

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

Shades of Fuego #BBD722

Tints of Fuego #BBD722

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.31%

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

R = 42.89%
G = 49.31%
B = 7.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#BBD722 (or 0xBBD722) is known color: Fuego. HEX triplet: BB, D7 and 22. RGB value is (187,215,34). Sum of RGB (Red+Green+Blue) = 187+215+34=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD722 is #4428DD. Grayscale: #BABABA. Windows color (decimal): -4466910 or 2283451. OLE color: 2283451.

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

Color convert

RGB 187 215 34 -
CMYK 0.13 0 0.84 0.16
HSL 69.28º 0.73% 0.49% -
HSV(B) 69.28º 0.84% 0.84% -
XYZ 45.08 59.28 10.58 -
YUV 185.99 42.22 128.72 -
System Red Green Blue C M Y K H S L
Decimal 187 215 34 0.13 0 0.84 0.16 69.28 0.73 0.49
Hex BB D7 22 D 0 54 10 45 49 31
Octal 273 327 42 15 0 124 20 105 111 61
Binary 10111011 11010111 100010 1101 0 1010100 10000 1000101 1001001 110001

Color Harmonies of #BBD722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD722

Black with #BBD722

Text Example


Text Example

White with #BBD722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD722; }

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

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

background-color css

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

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

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

border-color css

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

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

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