Html Css Color HEX #B6E080 Sulu

📋 copy color: '#B6E080'

red 182 ◦ green 224 ◦ blue 128

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

Shades of Sulu #B6E080

Tints of Sulu #B6E080

RGB

 RED value IS 182 (71.48% from 255) = 34.08%

 GREEN value IS 224 (87.89% from 255) = 41.95%

 BLUE value IS 128 (50.39% from 255) = 23.97%

R = 34.08%
G = 41.95%
B = 23.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#B6E080 (or 0xB6E080) is known color: Sulu. HEX triplet: B6, E0 and 80. RGB value is (182,224,128). Sum of RGB (Red+Green+Blue) = 182+224+128=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6E080 is #491F7F. Grayscale: #C8C8C8. Windows color (decimal): -4792192 or 8446134. OLE color: 8446134.

HSL color Cylindrical-coordinate representation of color #B6E080: hue angle of 86.25º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6E080 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 224 128 -
CMYK 0.19 0 0.43 0.12
HSL 86.25º 0.61% 0.69% -
HSV(B) 86.25º 0.43% 0.88% -
XYZ 49.84 64.81 30.31 -
YUV 200.5 87.09 114.81 -
System Red Green Blue C M Y K H S L
Decimal 182 224 128 0.19 0 0.43 0.12 86.25 0.61 0.69
Hex B6 E0 80 13 0 2B C 56 3D 45
Octal 266 340 200 23 0 53 14 126 75 105
Binary 10110110 11100000 10000000 10011 0 101011 1100 1010110 111101 1000101

Color Harmonies of #B6E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E080

Black with #B6E080

Text Example


Text Example

White with #B6E080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E080; }

 p { color: rgb(182,224,128); }

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

background-color css

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

 a { background-color: rgb(182,224,128); }

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

border-color css

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

 span { border-color: rgb(182,224,128); }

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