Html Css Color HEX #BBD524 Fuego

📋 copy color: '#BBD524'

red 187 ◦ green 213 ◦ blue 36

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

Shades of Fuego #BBD524

Tints of Fuego #BBD524

RGB

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

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

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

R = 42.89%
G = 48.85%
B = 8.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#BBD524 (or 0xBBD524) is known color: Fuego. HEX triplet: BB, D5 and 24. RGB value is (187,213,36). Sum of RGB (Red+Green+Blue) = 187+213+36=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD524 is #442ADB. Grayscale: #B9B9B9. Windows color (decimal): -4467420 or 2414011. OLE color: 2414011.

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

Color convert

RGB 187 213 36 -
CMYK 0.12 0 0.83 0.16
HSL 68.81º 0.71% 0.49% -
HSV(B) 68.81º 0.83% 0.84% -
XYZ 44.61 58.28 10.57 -
YUV 185.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 187 213 36 0.12 0 0.83 0.16 68.81 0.71 0.49
Hex BB D5 24 C 0 53 10 45 47 31
Octal 273 325 44 14 0 123 20 105 107 61
Binary 10111011 11010101 100100 1100 0 1010011 10000 1000101 1000111 110001

Color Harmonies of #BBD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD524

Black with #BBD524

Text Example


Text Example

White with #BBD524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD524; }

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

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

background-color css

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

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

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

border-color css

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

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

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