Html Css Color HEX #BBD621 Fuego

📋 copy color: '#BBD621'

red 187 ◦ green 214 ◦ blue 33

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

Shades of Fuego #BBD621

Tints of Fuego #BBD621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.31%

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

R = 43.09%
G = 49.31%
B = 7.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#BBD621 (or 0xBBD621) is known color: Fuego. HEX triplet: BB, D6 and 21. RGB value is (187,214,33). Sum of RGB (Red+Green+Blue) = 187+214+33=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD621 is #4429DE. Grayscale: #B9B9B9. Windows color (decimal): -4467167 or 2217659. OLE color: 2217659.

HSL color Cylindrical-coordinate representation of color #BBD621: hue angle of 68.95º 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 #BBD621 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 33 -
CMYK 0.13 0 0.85 0.16
HSL 68.95º 0.73% 0.48% -
HSV(B) 68.95º 0.85% 0.84% -
XYZ 44.81 58.77 10.42 -
YUV 185.29 42.05 129.22 -
System Red Green Blue C M Y K H S L
Decimal 187 214 33 0.13 0 0.85 0.16 68.95 0.73 0.48
Hex BB D6 21 D 0 55 10 45 49 30
Octal 273 326 41 15 0 125 20 105 111 60
Binary 10111011 11010110 100001 1101 0 1010101 10000 1000101 1001001 110000

Color Harmonies of #BBD621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD621

Black with #BBD621

Text Example


Text Example

White with #BBD621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD621; }

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

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

background-color css

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

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

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

border-color css

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

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

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