Html Css Color HEX #B2E76C Sulu

📋 copy color: '#B2E76C'

red 178 ◦ green 231 ◦ blue 108

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

Shades of Sulu #B2E76C

Tints of Sulu #B2E76C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.68%

 BLUE value IS 108 (42.58% from 255) = 20.89%

R = 34.43%
G = 44.68%
B = 20.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#B2E76C (or 0xB2E76C) is known color: Sulu. HEX triplet: B2, E7 and 6C. RGB value is (178,231,108). Sum of RGB (Red+Green+Blue) = 178+231+108=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E76C is #4D1893. Grayscale: #C9C9C9. Windows color (decimal): -5052564 or 7137202. OLE color: 7137202.

HSL color Cylindrical-coordinate representation of color #B2E76C: hue angle of 85.85º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2E76C is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 231 108 -
CMYK 0.23 0 0.53 0.09
HSL 85.85º 0.72% 0.66% -
HSV(B) 85.85º 0.53% 0.91% -
XYZ 49.64 67.7 24.64 -
YUV 201.13 75.44 111.5 -
System Red Green Blue C M Y K H S L
Decimal 178 231 108 0.23 0 0.53 0.09 85.85 0.72 0.66
Hex B2 E7 6C 17 0 35 9 56 48 42
Octal 262 347 154 27 0 65 11 126 110 102
Binary 10110010 11100111 1101100 10111 0 110101 1001 1010110 1001000 1000010

Color Harmonies of #B2E76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E76C

Black with #B2E76C

Text Example


Text Example

White with #B2E76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E76C; }

 p { color: rgb(178,231,108); }

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

background-color css

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

 a { background-color: rgb(178,231,108); }

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

border-color css

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

 span { border-color: rgb(178,231,108); }

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