Html Css Color HEX #B8C774 Pine Glade

📋 copy color: '#B8C774'

red 184 ◦ green 199 ◦ blue 116

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

Shades of Pine Glade #B8C774

Tints of Pine Glade #B8C774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.88%

 BLUE value IS 116 (45.7% from 255) = 23.25%

R = 36.87%
G = 39.88%
B = 23.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#B8C774 (or 0xB8C774) is known color: Pine Glade. HEX triplet: B8, C7 and 74. RGB value is (184,199,116). Sum of RGB (Red+Green+Blue) = 184+199+116=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C774 is #47388B. Grayscale: #B9B9B9. Windows color (decimal): -4667532 or 7653304. OLE color: 7653304.

HSL color Cylindrical-coordinate representation of color #B8C774: hue angle of 70.84º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8C774 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 199 116 -
CMYK 0.08 0 0.42 0.22
HSL 70.84º 0.43% 0.62% -
HSV(B) 70.84º 0.42% 0.78% -
XYZ 43.34 52.3 24.33 -
YUV 185.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 184 199 116 0.08 0 0.42 0.22 70.84 0.43 0.62
Hex B8 C7 74 8 0 2A 16 47 2B 3E
Octal 270 307 164 10 0 52 26 107 53 76
Binary 10111000 11000111 1110100 1000 0 101010 10110 1000111 101011 111110

Color Harmonies of #B8C774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C774

Black with #B8C774

Text Example


Text Example

White with #B8C774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C774; }

 p { color: rgb(184,199,116); }

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

background-color css

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

 a { background-color: rgb(184,199,116); }

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

border-color css

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

 span { border-color: rgb(184,199,116); }

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