Html Css Color HEX #B9D875 Sulu

📋 copy color: '#B9D875'

red 185 ◦ green 216 ◦ blue 117

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

Shades of Sulu #B9D875

Tints of Sulu #B9D875

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

 BLUE value IS 117 (46.09% from 255) = 22.59%

R = 35.71%
G = 41.7%
B = 22.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#B9D875 (or 0xB9D875) is known color: Sulu. HEX triplet: B9, D8 and 75. RGB value is (185,216,117). Sum of RGB (Red+Green+Blue) = 185+216+117=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D875 is #46278A. Grayscale: #C3C3C3. Windows color (decimal): -4597643 or 7723193. OLE color: 7723193.

HSL color Cylindrical-coordinate representation of color #B9D875: hue angle of 78.79º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9D875 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 216 117 -
CMYK 0.14 0 0.46 0.15
HSL 78.79º 0.56% 0.65% -
HSV(B) 78.79º 0.46% 0.85% -
XYZ 47.77 60.71 26.03 -
YUV 195.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 185 216 117 0.14 0 0.46 0.15 78.79 0.56 0.65
Hex B9 D8 75 E 0 2E F 4F 38 41
Octal 271 330 165 16 0 56 17 117 70 101
Binary 10111001 11011000 1110101 1110 0 101110 1111 1001111 111000 1000001

Color Harmonies of #B9D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D875

Black with #B9D875

Text Example


Text Example

White with #B9D875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D875; }

 p { color: rgb(185,216,117); }

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

background-color css

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

 a { background-color: rgb(185,216,117); }

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

border-color css

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

 span { border-color: rgb(185,216,117); }

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