Html Css Color HEX #BBE130 Fuego

📋 copy color: '#BBE130'

red 187 ◦ green 225 ◦ blue 48

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

Shades of Fuego #BBE130

Tints of Fuego #BBE130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.91%

 BLUE value IS 48 (19.14% from 255) = 10.43%

R = 40.65%
G = 48.91%
B = 10.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#BBE130 (or 0xBBE130) is known color: Fuego. HEX triplet: BB, E1 and 30. RGB value is (187,225,48). Sum of RGB (Red+Green+Blue) = 187+225+48=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE130 is #441ECF. Grayscale: #C2C2C2. Windows color (decimal): -4464336 or 3203515. OLE color: 3203515.

HSL color Cylindrical-coordinate representation of color #BBE130: hue angle of 72.88º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBE130 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 48 -
CMYK 0.17 0 0.79 0.12
HSL 72.88º 0.75% 0.54% -
HSV(B) 72.88º 0.79% 0.88% -
XYZ 47.95 64.63 12.74 -
YUV 193.46 45.91 123.39 -
System Red Green Blue C M Y K H S L
Decimal 187 225 48 0.17 0 0.79 0.12 72.88 0.75 0.54
Hex BB E1 30 11 0 4F C 49 4B 36
Octal 273 341 60 21 0 117 14 111 113 66
Binary 10111011 11100001 110000 10001 0 1001111 1100 1001001 1001011 110110

Color Harmonies of #BBE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE130

Black with #BBE130

Text Example


Text Example

White with #BBE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE130; }

 p { color: rgb(187,225,48); }

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

background-color css

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

 a { background-color: rgb(187,225,48); }

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

border-color css

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

 span { border-color: rgb(187,225,48); }

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