Html Css Color HEX #BBD124 Fuego

📋 copy color: '#BBD124'

red 187 ◦ green 209 ◦ blue 36

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

Shades of Fuego #BBD124

Tints of Fuego #BBD124

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.38%

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

R = 43.29%
G = 48.38%
B = 8.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#BBD124 (or 0xBBD124) is known color: Fuego. HEX triplet: BB, D1 and 24. RGB value is (187,209,36). Sum of RGB (Red+Green+Blue) = 187+209+36=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD124 is #442EDB. Grayscale: #B7B7B7. Windows color (decimal): -4468444 or 2412987. OLE color: 2412987.

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

Color convert

RGB 187 209 36 -
CMYK 0.11 0 0.83 0.18
HSL 67.63º 0.71% 0.48% -
HSV(B) 67.63º 0.83% 0.82% -
XYZ 43.61 56.29 10.24 -
YUV 182.7 45.21 131.07 -
System Red Green Blue C M Y K H S L
Decimal 187 209 36 0.11 0 0.83 0.18 67.63 0.71 0.48
Hex BB D1 24 B 0 53 12 44 47 30
Octal 273 321 44 13 0 123 22 104 107 60
Binary 10111011 11010001 100100 1011 0 1010011 10010 1000100 1000111 110000

Color Harmonies of #BBD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD124

Black with #BBD124

Text Example


Text Example

White with #BBD124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD124; }

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

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

background-color css

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

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

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

border-color css

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

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

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