Html Css Color HEX #B8C17F Pine Glade

📋 copy color: '#B8C17F'

red 184 ◦ green 193 ◦ blue 127

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

Shades of Pine Glade #B8C17F

Tints of Pine Glade #B8C17F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.29%

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

R = 36.51%
G = 38.29%
B = 25.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#B8C17F (or 0xB8C17F) is known color: Pine Glade. HEX triplet: B8, C1 and 7F. RGB value is (184,193,127). Sum of RGB (Red+Green+Blue) = 184+193+127=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C17F is #473E80. Grayscale: #B7B7B7. Windows color (decimal): -4669057 or 8372664. OLE color: 8372664.

HSL color Cylindrical-coordinate representation of color #B8C17F: hue angle of 68.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8C17F is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 193 127 -
CMYK 0.05 0 0.34 0.24
HSL 68.18º 0.35% 0.63% -
HSV(B) 68.18º 0.34% 0.76% -
XYZ 42.67 49.86 27.45 -
YUV 182.79 96.52 128.87 -
System Red Green Blue C M Y K H S L
Decimal 184 193 127 0.05 0 0.34 0.24 68.18 0.35 0.63
Hex B8 C1 7F 5 0 22 18 44 23 3F
Octal 270 301 177 5 0 42 30 104 43 77
Binary 10111000 11000001 1111111 101 0 100010 11000 1000100 100011 111111

Color Harmonies of #B8C17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C17F

Black with #B8C17F

Text Example


Text Example

White with #B8C17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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