Html Css Color HEX #BBD825 Fuego

📋 copy color: '#BBD825'

red 187 ◦ green 216 ◦ blue 37

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

Shades of Fuego #BBD825

Tints of Fuego #BBD825

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.09%

 BLUE value IS 37 (14.84% from 255) = 8.41%

R = 42.5%
G = 49.09%
B = 8.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#BBD825 (or 0xBBD825) is known color: Fuego. HEX triplet: BB, D8 and 25. RGB value is (187,216,37). Sum of RGB (Red+Green+Blue) = 187+216+37=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD825 is #4427DA. Grayscale: #BBBBBB. Windows color (decimal): -4466651 or 2480315. OLE color: 2480315.

HSL color Cylindrical-coordinate representation of color #BBD825: hue angle of 69.72º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBD825 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 37 -
CMYK 0.13 0 0.83 0.15
HSL 69.72º 0.71% 0.5% -
HSV(B) 69.72º 0.83% 0.85% -
XYZ 45.38 59.81 10.9 -
YUV 186.92 43.39 128.05 -
System Red Green Blue C M Y K H S L
Decimal 187 216 37 0.13 0 0.83 0.15 69.72 0.71 0.5
Hex BB D8 25 D 0 53 F 46 47 32
Octal 273 330 45 15 0 123 17 106 107 62
Binary 10111011 11011000 100101 1101 0 1010011 1111 1000110 1000111 110010

Color Harmonies of #BBD825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD825

Black with #BBD825

Text Example


Text Example

White with #BBD825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD825; }

 p { color: rgb(187,216,37); }

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

background-color css

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

 a { background-color: rgb(187,216,37); }

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

border-color css

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

 span { border-color: rgb(187,216,37); }

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