Html Css Color HEX #B8C083 Pine Glade

📋 copy color: '#B8C083'

red 184 ◦ green 192 ◦ blue 131

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

Shades of Pine Glade #B8C083

Tints of Pine Glade #B8C083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.84%

R = 36.29%
G = 37.87%
B = 25.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#B8C083 (or 0xB8C083) is known color: Pine Glade. HEX triplet: B8, C0 and 83. RGB value is (184,192,131). Sum of RGB (Red+Green+Blue) = 184+192+131=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C083 is #473F7C. Grayscale: #B6B6B6. Windows color (decimal): -4669309 or 8634552. OLE color: 8634552.

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

Color convert

RGB 184 192 131 -
CMYK 0.04 0 0.32 0.25
HSL 67.87º 0.33% 0.63% -
HSV(B) 67.87º 0.32% 0.75% -
XYZ 42.71 49.53 28.78 -
YUV 182.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 184 192 131 0.04 0 0.32 0.25 67.87 0.33 0.63
Hex B8 C0 83 4 0 20 19 44 21 3F
Octal 270 300 203 4 0 40 31 104 41 77
Binary 10111000 11000000 10000011 100 0 100000 11001 1000100 100001 111111

Color Harmonies of #B8C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C083

Black with #B8C083

Text Example


Text Example

White with #B8C083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C083; }

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

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

background-color css

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

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

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

border-color css

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

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

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