Html Css Color HEX #BBE270 Sulu

📋 copy color: '#BBE270'

red 187 ◦ green 226 ◦ blue 112

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

Shades of Sulu #BBE270

Tints of Sulu #BBE270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.05%

 BLUE value IS 112 (44.14% from 255) = 21.33%

R = 35.62%
G = 43.05%
B = 21.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BBE270 (or 0xBBE270) is known color: Sulu. HEX triplet: BB, E2 and 70. RGB value is (187,226,112). Sum of RGB (Red+Green+Blue) = 187+226+112=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE270 is #441D8F. Grayscale: #C9C9C9. Windows color (decimal): -4464016 or 7398075. OLE color: 7398075.

HSL color Cylindrical-coordinate representation of color #BBE270: hue angle of 80.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBE270 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 226 112 -
CMYK 0.17 0 0.50 0.11
HSL 80.53º 0.66% 0.66% -
HSV(B) 80.53º 0.5% 0.89% -
XYZ 50.61 66.13 25.43 -
YUV 201.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 187 226 112 0.17 0 0.50 0.11 80.53 0.66 0.66
Hex BB E2 70 11 0 32 B 51 42 42
Octal 273 342 160 21 0 62 13 121 102 102
Binary 10111011 11100010 1110000 10001 0 110010 1011 1010001 1000010 1000010

Color Harmonies of #BBE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE270

Black with #BBE270

Text Example


Text Example

White with #BBE270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE270; }

 p { color: rgb(187,226,112); }

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

background-color css

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

 a { background-color: rgb(187,226,112); }

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

border-color css

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

 span { border-color: rgb(187,226,112); }

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