Html Css Color HEX #B8D97D Sulu

📋 copy color: '#B8D97D'

red 184 ◦ green 217 ◦ blue 125

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

Shades of Sulu #B8D97D

Tints of Sulu #B8D97D

RGB

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

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

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

R = 34.98%
G = 41.25%
B = 23.76%

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

#B8D97D (or 0xB8D97D) is known color: Sulu. HEX triplet: B8, D9 and 7D. RGB value is (184,217,125). Sum of RGB (Red+Green+Blue) = 184+217+125=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D97D is #472682. Grayscale: #C4C4C4. Windows color (decimal): -4662915 or 8247736. OLE color: 8247736.

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

Color convert

RGB 184 217 125 -
CMYK 0.15 0 0.42 0.15
HSL 81.52º 0.55% 0.67% -
HSV(B) 81.52º 0.42% 0.85% -
XYZ 48.28 61.3 28.69 -
YUV 196.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 184 217 125 0.15 0 0.42 0.15 81.52 0.55 0.67
Hex B8 D9 7D F 0 2A F 52 37 43
Octal 270 331 175 17 0 52 17 122 67 103
Binary 10111000 11011001 1111101 1111 0 101010 1111 1010010 110111 1000011

Color Harmonies of #B8D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D97D

Black with #B8D97D

Text Example


Text Example

White with #B8D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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