Html Css Color HEX #B2E076 Sulu

📋 copy color: '#B2E076'

red 178 ◦ green 224 ◦ blue 118

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

Shades of Sulu #B2E076

Tints of Sulu #B2E076

RGB

 RED value IS 178 (69.92% from 255) = 34.23%

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

 BLUE value IS 118 (46.48% from 255) = 22.69%

R = 34.23%
G = 43.08%
B = 22.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#B2E076 (or 0xB2E076) is known color: Sulu. HEX triplet: B2, E0 and 76. RGB value is (178,224,118). Sum of RGB (Red+Green+Blue) = 178+224+118=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E076 is #4D1F89. Grayscale: #C6C6C6. Windows color (decimal): -5054346 or 7790770. OLE color: 7790770.

HSL color Cylindrical-coordinate representation of color #B2E076: hue angle of 86.04º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2E076 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 224 118 -
CMYK 0.21 0 0.47 0.12
HSL 86.04º 0.63% 0.67% -
HSV(B) 86.04º 0.47% 0.88% -
XYZ 48.29 64.08 26.96 -
YUV 198.16 82.76 113.62 -
System Red Green Blue C M Y K H S L
Decimal 178 224 118 0.21 0 0.47 0.12 86.04 0.63 0.67
Hex B2 E0 76 15 0 2F C 56 3F 43
Octal 262 340 166 25 0 57 14 126 77 103
Binary 10110010 11100000 1110110 10101 0 101111 1100 1010110 111111 1000011

Color Harmonies of #B2E076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E076

Black with #B2E076

Text Example


Text Example

White with #B2E076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E076; }

 p { color: rgb(178,224,118); }

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

background-color css

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

 a { background-color: rgb(178,224,118); }

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

border-color css

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

 span { border-color: rgb(178,224,118); }

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