Html Css Color HEX #B0E970 Sulu

📋 copy color: '#B0E970'

red 176 ◦ green 233 ◦ blue 112

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

Shades of Sulu #B0E970

Tints of Sulu #B0E970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

 BLUE value IS 112 (44.14% from 255) = 21.5%

R = 33.78%
G = 44.72%
B = 21.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#B0E970 (or 0xB0E970) is known color: Sulu. HEX triplet: B0, E9 and 70. RGB value is (176,233,112). Sum of RGB (Red+Green+Blue) = 176+233+112=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E970 is #4F168F. Grayscale: #CACACA. Windows color (decimal): -5183120 or 7399856. OLE color: 7399856.

HSL color Cylindrical-coordinate representation of color #B0E970: hue angle of 88.26º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0E970 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 233 112 -
CMYK 0.24 0 0.52 0.09
HSL 88.26º 0.73% 0.68% -
HSV(B) 88.26º 0.52% 0.91% -
XYZ 49.97 68.68 25.95 -
YUV 202.16 77.12 109.34 -
System Red Green Blue C M Y K H S L
Decimal 176 233 112 0.24 0 0.52 0.09 88.26 0.73 0.68
Hex B0 E9 70 18 0 34 9 58 49 44
Octal 260 351 160 30 0 64 11 130 111 104
Binary 10110000 11101001 1110000 11000 0 110100 1001 1011000 1001001 1000100

Color Harmonies of #B0E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E970

Black with #B0E970

Text Example


Text Example

White with #B0E970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E970; }

 p { color: rgb(176,233,112); }

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

background-color css

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

 a { background-color: rgb(176,233,112); }

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

border-color css

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

 span { border-color: rgb(176,233,112); }

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