Html Css Color HEX #B8D97A Sulu

📋 copy color: '#B8D97A'

red 184 ◦ green 217 ◦ blue 122

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

Shades of Sulu #B8D97A

Tints of Sulu #B8D97A

RGB

 RED value IS 184 (72.27% from 255) = 35.18%

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

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

R = 35.18%
G = 41.49%
B = 23.33%

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

#B8D97A (or 0xB8D97A) is known color: Sulu. HEX triplet: B8, D9 and 7A. RGB value is (184,217,122). Sum of RGB (Red+Green+Blue) = 184+217+122=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D97A is #472685. Grayscale: #C4C4C4. Windows color (decimal): -4662918 or 8051128. OLE color: 8051128.

HSL color Cylindrical-coordinate representation of color #B8D97A: hue angle of 80.84º 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 #B8D97A is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 217 122 -
CMYK 0.15 0 0.44 0.15
HSL 80.84º 0.56% 0.66% -
HSV(B) 80.84º 0.44% 0.85% -
XYZ 48.09 61.22 27.69 -
YUV 196.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 184 217 122 0.15 0 0.44 0.15 80.84 0.56 0.66
Hex B8 D9 7A F 0 2C F 51 38 42
Octal 270 331 172 17 0 54 17 121 70 102
Binary 10111000 11011001 1111010 1111 0 101100 1111 1010001 111000 1000010

Color Harmonies of #B8D97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D97A

Black with #B8D97A

Text Example


Text Example

White with #B8D97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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