Html Css Color HEX #B8D77F Sulu

📋 copy color: '#B8D77F'

red 184 ◦ green 215 ◦ blue 127

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

Shades of Sulu #B8D77F

Tints of Sulu #B8D77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.14%

R = 34.98%
G = 40.87%
B = 24.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#B8D77F (or 0xB8D77F) is known color: Sulu. HEX triplet: B8, D7 and 7F. RGB value is (184,215,127). Sum of RGB (Red+Green+Blue) = 184+215+127=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D77F is #472880. Grayscale: #C4C4C4. Windows color (decimal): -4663425 or 8378296. OLE color: 8378296.

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

Color convert

RGB 184 215 127 -
CMYK 0.14 0 0.41 0.16
HSL 81.14º 0.52% 0.67% -
HSV(B) 81.14º 0.41% 0.84% -
XYZ 47.9 60.32 29.2 -
YUV 195.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 184 215 127 0.14 0 0.41 0.16 81.14 0.52 0.67
Hex B8 D7 7F E 0 29 10 51 34 43
Octal 270 327 177 16 0 51 20 121 64 103
Binary 10111000 11010111 1111111 1110 0 101001 10000 1010001 110100 1000011

Color Harmonies of #B8D77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D77F

Black with #B8D77F

Text Example


Text Example

White with #B8D77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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