Html Css Color HEX #B0EA76 Sulu

📋 copy color: '#B0EA76'

red 176 ◦ green 234 ◦ blue 118

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

Shades of Sulu #B0EA76

Tints of Sulu #B0EA76

RGB

 RED value IS 176 (69.14% from 255) = 33.33%

 GREEN value IS 234 (91.8% from 255) = 44.32%

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

R = 33.33%
G = 44.32%
B = 22.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#B0EA76 (or 0xB0EA76) is known color: Sulu. HEX triplet: B0, EA and 76. RGB value is (176,234,118). Sum of RGB (Red+Green+Blue) = 176+234+118=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EA76 is #4F1589. Grayscale: #CBCBCB. Windows color (decimal): -5182858 or 7793328. OLE color: 7793328.

HSL color Cylindrical-coordinate representation of color #B0EA76: hue angle of 90º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0EA76 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 118 -
CMYK 0.25 0 0.50 0.08
HSL 90º 0.73% 0.69% -
HSV(B) 90º 0.5% 0.92% -
XYZ 50.6 69.38 27.87 -
YUV 203.43 79.78 108.43 -
System Red Green Blue C M Y K H S L
Decimal 176 234 118 0.25 0 0.50 0.08 90 0.73 0.69
Hex B0 EA 76 19 0 32 8 5A 49 45
Octal 260 352 166 31 0 62 10 132 111 105
Binary 10110000 11101010 1110110 11001 0 110010 1000 1011010 1001001 1000101

Color Harmonies of #B0EA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA76

Black with #B0EA76

Text Example


Text Example

White with #B0EA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA76; }

 p { color: rgb(176,234,118); }

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

background-color css

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

 a { background-color: rgb(176,234,118); }

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

border-color css

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

 span { border-color: rgb(176,234,118); }

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