Html Css Color HEX #B9D97D Sulu

📋 copy color: '#B9D97D'

red 185 ◦ green 217 ◦ blue 125

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

Shades of Sulu #B9D97D

Tints of Sulu #B9D97D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.18%

 BLUE value IS 125 (49.22% from 255) = 23.72%

R = 35.1%
G = 41.18%
B = 23.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#B9D97D (or 0xB9D97D) is known color: Sulu. HEX triplet: B9, D9 and 7D. RGB value is (185,217,125). Sum of RGB (Red+Green+Blue) = 185+217+125=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D97D is #462682. Grayscale: #C5C5C5. Windows color (decimal): -4597379 or 8247737. OLE color: 8247737.

HSL color Cylindrical-coordinate representation of color #B9D97D: hue angle of 80.87º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9D97D is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 217 125 -
CMYK 0.15 0 0.42 0.15
HSL 80.87º 0.55% 0.67% -
HSV(B) 80.87º 0.42% 0.85% -
XYZ 48.52 61.42 28.7 -
YUV 196.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 185 217 125 0.15 0 0.42 0.15 80.87 0.55 0.67
Hex B9 D9 7D F 0 2A F 51 37 43
Octal 271 331 175 17 0 52 17 121 67 103
Binary 10111001 11011001 1111101 1111 0 101010 1111 1010001 110111 1000011

Color Harmonies of #B9D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D97D

Black with #B9D97D

Text Example


Text Example

White with #B9D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D97D; }

 p { color: rgb(185,217,125); }

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

background-color css

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

 a { background-color: rgb(185,217,125); }

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

border-color css

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

 span { border-color: rgb(185,217,125); }

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