Html Css Color HEX #BBDA21 Fuego

📋 copy color: '#BBDA21'

red 187 ◦ green 218 ◦ blue 33

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

Shades of Fuego #BBDA21

Tints of Fuego #BBDA21

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.77%

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

R = 42.69%
G = 49.77%
B = 7.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#BBDA21 (or 0xBBDA21) is known color: Fuego. HEX triplet: BB, DA and 21. RGB value is (187,218,33). Sum of RGB (Red+Green+Blue) = 187+218+33=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA21 is #4425DE. Grayscale: #BCBCBC. Windows color (decimal): -4466143 or 2218683. OLE color: 2218683.

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

Color convert

RGB 187 218 33 -
CMYK 0.14 0 0.85 0.15
HSL 70.05º 0.74% 0.49% -
HSV(B) 70.05º 0.85% 0.85% -
XYZ 45.84 60.82 10.76 -
YUV 187.64 40.73 127.54 -
System Red Green Blue C M Y K H S L
Decimal 187 218 33 0.14 0 0.85 0.15 70.05 0.74 0.49
Hex BB DA 21 E 0 55 F 46 4A 31
Octal 273 332 41 16 0 125 17 106 112 61
Binary 10111011 11011010 100001 1110 0 1010101 1111 1000110 1001010 110001

Color Harmonies of #BBDA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA21

Black with #BBDA21

Text Example


Text Example

White with #BBDA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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