Html Css Color HEX #B8D77D Sulu

📋 copy color: '#B8D77D'

red 184 ◦ green 215 ◦ blue 125

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

Shades of Sulu #B8D77D

Tints of Sulu #B8D77D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.03%

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

R = 35.11%
G = 41.03%
B = 23.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#B8D77D (or 0xB8D77D) is known color: Sulu. HEX triplet: B8, D7 and 7D. RGB value is (184,215,125). Sum of RGB (Red+Green+Blue) = 184+215+125=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D77D is #472882. Grayscale: #C3C3C3. Windows color (decimal): -4663427 or 8247224. OLE color: 8247224.

HSL color Cylindrical-coordinate representation of color #B8D77D: hue angle of 80.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8D77D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 215 125 -
CMYK 0.14 0 0.42 0.16
HSL 80.67º 0.53% 0.67% -
HSV(B) 80.67º 0.42% 0.84% -
XYZ 47.77 60.27 28.52 -
YUV 195.47 88.23 119.82 -
System Red Green Blue C M Y K H S L
Decimal 184 215 125 0.14 0 0.42 0.16 80.67 0.53 0.67
Hex B8 D7 7D E 0 2A 10 51 35 43
Octal 270 327 175 16 0 52 20 121 65 103
Binary 10111000 11010111 1111101 1110 0 101010 10000 1010001 110101 1000011

Color Harmonies of #B8D77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D77D

Black with #B8D77D

Text Example


Text Example

White with #B8D77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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