Html Css Color HEX #BBD324 Fuego

📋 copy color: '#BBD324'

red 187 ◦ green 211 ◦ blue 36

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

Shades of Fuego #BBD324

Tints of Fuego #BBD324

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

 BLUE value IS 36 (14.45% from 255) = 8.29%

R = 43.09%
G = 48.62%
B = 8.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#BBD324 (or 0xBBD324) is known color: Fuego. HEX triplet: BB, D3 and 24. RGB value is (187,211,36). Sum of RGB (Red+Green+Blue) = 187+211+36=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD324 is #442CDB. Grayscale: #B8B8B8. Windows color (decimal): -4467932 or 2413499. OLE color: 2413499.

HSL color Cylindrical-coordinate representation of color #BBD324: hue angle of 68.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBD324 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 36 -
CMYK 0.11 0 0.83 0.17
HSL 68.23º 0.71% 0.48% -
HSV(B) 68.23º 0.83% 0.83% -
XYZ 44.11 57.28 10.4 -
YUV 183.87 44.55 130.23 -
System Red Green Blue C M Y K H S L
Decimal 187 211 36 0.11 0 0.83 0.17 68.23 0.71 0.48
Hex BB D3 24 B 0 53 11 44 47 30
Octal 273 323 44 13 0 123 21 104 107 60
Binary 10111011 11010011 100100 1011 0 1010011 10001 1000100 1000111 110000

Color Harmonies of #BBD324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD324

Black with #BBD324

Text Example


Text Example

White with #BBD324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD324; }

 p { color: rgb(187,211,36); }

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

background-color css

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

 a { background-color: rgb(187,211,36); }

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

border-color css

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

 span { border-color: rgb(187,211,36); }

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