Html Css Color HEX #BBD521 Fuego

📋 copy color: '#BBD521'

red 187 ◦ green 213 ◦ blue 33

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

Shades of Fuego #BBD521

Tints of Fuego #BBD521

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.19%

 BLUE value IS 33 (13.28% from 255) = 7.62%

R = 43.19%
G = 49.19%
B = 7.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#BBD521 (or 0xBBD521) is known color: Fuego. HEX triplet: BB, D5 and 21. RGB value is (187,213,33). Sum of RGB (Red+Green+Blue) = 187+213+33=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD521 is #442ADE. Grayscale: #B9B9B9. Windows color (decimal): -4467423 or 2217403. OLE color: 2217403.

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

Color convert

RGB 187 213 33 -
CMYK 0.12 0 0.85 0.16
HSL 68.67º 0.73% 0.48% -
HSV(B) 68.67º 0.85% 0.84% -
XYZ 44.56 58.26 10.34 -
YUV 184.71 42.39 129.64 -
System Red Green Blue C M Y K H S L
Decimal 187 213 33 0.12 0 0.85 0.16 68.67 0.73 0.48
Hex BB D5 21 C 0 55 10 45 49 30
Octal 273 325 41 14 0 125 20 105 111 60
Binary 10111011 11010101 100001 1100 0 1010101 10000 1000101 1001001 110000

Color Harmonies of #BBD521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD521

Black with #BBD521

Text Example


Text Example

White with #BBD521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD521; }

 p { color: rgb(187,213,33); }

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

background-color css

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

 a { background-color: rgb(187,213,33); }

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

border-color css

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

 span { border-color: rgb(187,213,33); }

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