Html Css Color HEX #BBE128 Fuego

📋 copy color: '#BBE128'

red 187 ◦ green 225 ◦ blue 40

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

Shades of Fuego #BBE128

Tints of Fuego #BBE128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.85%

R = 41.37%
G = 49.78%
B = 8.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#BBE128 (or 0xBBE128) is known color: Fuego. HEX triplet: BB, E1 and 28. RGB value is (187,225,40). Sum of RGB (Red+Green+Blue) = 187+225+40=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE128 is #441ED7. Grayscale: #C1C1C1. Windows color (decimal): -4464344 or 2679227. OLE color: 2679227.

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

Color convert

RGB 187 225 40 -
CMYK 0.17 0 0.82 0.12
HSL 72.32º 0.76% 0.52% -
HSV(B) 72.32º 0.82% 0.88% -
XYZ 47.8 64.57 11.95 -
YUV 192.55 41.91 124.04 -
System Red Green Blue C M Y K H S L
Decimal 187 225 40 0.17 0 0.82 0.12 72.32 0.76 0.52
Hex BB E1 28 11 0 52 C 48 4C 34
Octal 273 341 50 21 0 122 14 110 114 64
Binary 10111011 11100001 101000 10001 0 1010010 1100 1001000 1001100 110100

Color Harmonies of #BBE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE128

Black with #BBE128

Text Example


Text Example

White with #BBE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE128; }

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

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

background-color css

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

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

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

border-color css

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

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

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