Html Css Color HEX #B8C07F Pine Glade

📋 copy color: '#B8C07F'

red 184 ◦ green 192 ◦ blue 127

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

Shades of Pine Glade #B8C07F

Tints of Pine Glade #B8C07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

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

R = 36.58%
G = 38.17%
B = 25.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#B8C07F (or 0xB8C07F) is known color: Pine Glade. HEX triplet: B8, C0 and 7F. RGB value is (184,192,127). Sum of RGB (Red+Green+Blue) = 184+192+127=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C07F is #473F80. Grayscale: #B6B6B6. Windows color (decimal): -4669313 or 8372408. OLE color: 8372408.

HSL color Cylindrical-coordinate representation of color #B8C07F: hue angle of 67.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8C07F is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 127 -
CMYK 0.04 0 0.34 0.25
HSL 67.38º 0.34% 0.63% -
HSV(B) 67.38º 0.34% 0.75% -
XYZ 42.45 49.42 27.38 -
YUV 182.2 96.85 129.29 -
System Red Green Blue C M Y K H S L
Decimal 184 192 127 0.04 0 0.34 0.25 67.38 0.34 0.63
Hex B8 C0 7F 4 0 22 19 43 22 3F
Octal 270 300 177 4 0 42 31 103 42 77
Binary 10111000 11000000 1111111 100 0 100010 11001 1000011 100010 111111

Color Harmonies of #B8C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C07F

Black with #B8C07F

Text Example


Text Example

White with #B8C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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