Html Css Color HEX #BBD925 Fuego

📋 copy color: '#BBD925'

red 187 ◦ green 217 ◦ blue 37

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

Shades of Fuego #BBD925

Tints of Fuego #BBD925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

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

R = 42.4%
G = 49.21%
B = 8.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#BBD925 (or 0xBBD925) is known color: Fuego. HEX triplet: BB, D9 and 25. RGB value is (187,217,37). Sum of RGB (Red+Green+Blue) = 187+217+37=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD925 is #4426DA. Grayscale: #BCBCBC. Windows color (decimal): -4466395 or 2480571. OLE color: 2480571.

HSL color Cylindrical-coordinate representation of color #BBD925: hue angle of 70º 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 #BBD925 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 37 -
CMYK 0.14 0 0.83 0.15
HSL 70º 0.71% 0.5% -
HSV(B) 70º 0.83% 0.85% -
XYZ 45.64 60.32 10.99 -
YUV 187.51 43.06 127.64 -
System Red Green Blue C M Y K H S L
Decimal 187 217 37 0.14 0 0.83 0.15 70 0.71 0.5
Hex BB D9 25 E 0 53 F 46 47 32
Octal 273 331 45 16 0 123 17 106 107 62
Binary 10111011 11011001 100101 1110 0 1010011 1111 1000110 1000111 110010

Color Harmonies of #BBD925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD925

Black with #BBD925

Text Example


Text Example

White with #BBD925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD925; }

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

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

background-color css

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

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

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

border-color css

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

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

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