Html Css Color HEX #BBD225 Fuego

📋 copy color: '#BBD225'

red 187 ◦ green 210 ◦ blue 37

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

Shades of Fuego #BBD225

Tints of Fuego #BBD225

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.39%

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

R = 43.09%
G = 48.39%
B = 8.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#BBD225 (or 0xBBD225) is known color: Fuego. HEX triplet: BB, D2 and 25. RGB value is (187,210,37). Sum of RGB (Red+Green+Blue) = 187+210+37=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD225 is #442DDA. Grayscale: #B8B8B8. Windows color (decimal): -4468187 or 2478779. OLE color: 2478779.

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

Color convert

RGB 187 210 37 -
CMYK 0.11 0 0.82 0.18
HSL 67.98º 0.7% 0.48% -
HSV(B) 67.98º 0.82% 0.82% -
XYZ 43.87 56.79 10.4 -
YUV 183.4 45.38 130.57 -
System Red Green Blue C M Y K H S L
Decimal 187 210 37 0.11 0 0.82 0.18 67.98 0.7 0.48
Hex BB D2 25 B 0 52 12 44 46 30
Octal 273 322 45 13 0 122 22 104 106 60
Binary 10111011 11010010 100101 1011 0 1010010 10010 1000100 1000110 110000

Color Harmonies of #BBD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD225

Black with #BBD225

Text Example


Text Example

White with #BBD225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD225; }

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

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

background-color css

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

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

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

border-color css

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

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

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