Html Css Color HEX #B9E970 Sulu

📋 copy color: '#B9E970'

red 185 ◦ green 233 ◦ blue 112

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

Shades of Sulu #B9E970

Tints of Sulu #B9E970

RGB

 RED value IS 185 (72.66% from 255) = 34.91%

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

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

R = 34.91%
G = 43.96%
B = 21.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#B9E970 (or 0xB9E970) is known color: Sulu. HEX triplet: B9, E9 and 70. RGB value is (185,233,112). Sum of RGB (Red+Green+Blue) = 185+233+112=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E970 is #46168F. Grayscale: #CDCDCD. Windows color (decimal): -4593296 or 7399865. OLE color: 7399865.

HSL color Cylindrical-coordinate representation of color #B9E970: hue angle of 83.8º 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 #B9E970 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 233 112 -
CMYK 0.21 0 0.52 0.09
HSL 83.8º 0.73% 0.68% -
HSV(B) 83.8º 0.52% 0.91% -
XYZ 52.07 69.76 26.05 -
YUV 204.85 75.6 113.84 -
System Red Green Blue C M Y K H S L
Decimal 185 233 112 0.21 0 0.52 0.09 83.8 0.73 0.68
Hex B9 E9 70 15 0 34 9 54 49 44
Octal 271 351 160 25 0 64 11 124 111 104
Binary 10111001 11101001 1110000 10101 0 110100 1001 1010100 1001001 1000100

Color Harmonies of #B9E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E970

Black with #B9E970

Text Example


Text Example

White with #B9E970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E970; }

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

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

background-color css

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

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

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

border-color css

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

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

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