Html Css Color HEX #B8D97C Sulu

📋 copy color: '#B8D97C'

red 184 ◦ green 217 ◦ blue 124

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

Shades of Sulu #B8D97C

Tints of Sulu #B8D97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.62%

R = 35.05%
G = 41.33%
B = 23.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#B8D97C (or 0xB8D97C) is known color: Sulu. HEX triplet: B8, D9 and 7C. RGB value is (184,217,124). Sum of RGB (Red+Green+Blue) = 184+217+124=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D97C is #472683. Grayscale: #C4C4C4. Windows color (decimal): -4662916 or 8182200. OLE color: 8182200.

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

Color convert

RGB 184 217 124 -
CMYK 0.15 0 0.43 0.15
HSL 81.29º 0.55% 0.67% -
HSV(B) 81.29º 0.43% 0.85% -
XYZ 48.22 61.27 28.35 -
YUV 196.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 184 217 124 0.15 0 0.43 0.15 81.29 0.55 0.67
Hex B8 D9 7C F 0 2B F 51 37 43
Octal 270 331 174 17 0 53 17 121 67 103
Binary 10111000 11011001 1111100 1111 0 101011 1111 1010001 110111 1000011

Color Harmonies of #B8D97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D97C

Black with #B8D97C

Text Example


Text Example

White with #B8D97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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