Html Css Color HEX #B9D97A Sulu

📋 copy color: '#B9D97A'

red 185 ◦ green 217 ◦ blue 122

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

Shades of Sulu #B9D97A

Tints of Sulu #B9D97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 35.31%
G = 41.41%
B = 23.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#B9D97A (or 0xB9D97A) is known color: Sulu. HEX triplet: B9, D9 and 7A. RGB value is (185,217,122). Sum of RGB (Red+Green+Blue) = 185+217+122=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D97A is #462685. Grayscale: #C4C4C4. Windows color (decimal): -4597382 or 8051129. OLE color: 8051129.

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

Color convert

RGB 185 217 122 -
CMYK 0.15 0 0.44 0.15
HSL 80.21º 0.56% 0.66% -
HSV(B) 80.21º 0.44% 0.85% -
XYZ 48.33 61.35 27.71 -
YUV 196.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 185 217 122 0.15 0 0.44 0.15 80.21 0.56 0.66
Hex B9 D9 7A F 0 2C F 50 38 42
Octal 271 331 172 17 0 54 17 120 70 102
Binary 10111001 11011001 1111010 1111 0 101100 1111 1010000 111000 1000010

Color Harmonies of #B9D97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D97A

Black with #B9D97A

Text Example


Text Example

White with #B9D97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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