Html Css Color HEX #B0EA6D Sulu

📋 copy color: '#B0EA6D'

red 176 ◦ green 234 ◦ blue 109

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

Shades of Sulu #B0EA6D

Tints of Sulu #B0EA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21%

R = 33.91%
G = 45.09%
B = 21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#B0EA6D (or 0xB0EA6D) is known color: Sulu. HEX triplet: B0, EA and 6D. RGB value is (176,234,109). Sum of RGB (Red+Green+Blue) = 176+234+109=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EA6D is #4F1592. Grayscale: #CACACA. Windows color (decimal): -5182867 or 7203504. OLE color: 7203504.

HSL color Cylindrical-coordinate representation of color #B0EA6D: hue angle of 87.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0EA6D is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 109 -
CMYK 0.25 0 0.53 0.08
HSL 87.84º 0.75% 0.67% -
HSV(B) 87.84º 0.53% 0.92% -
XYZ 50.09 69.18 25.18 -
YUV 202.41 75.28 109.16 -
System Red Green Blue C M Y K H S L
Decimal 176 234 109 0.25 0 0.53 0.08 87.84 0.75 0.67
Hex B0 EA 6D 19 0 35 8 58 4B 43
Octal 260 352 155 31 0 65 10 130 113 103
Binary 10110000 11101010 1101101 11001 0 110101 1000 1011000 1001011 1000011

Color Harmonies of #B0EA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA6D

Black with #B0EA6D

Text Example


Text Example

White with #B0EA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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