Html Css Color HEX #B8C082 Pine Glade

📋 copy color: '#B8C082'

red 184 ◦ green 192 ◦ blue 130

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

Shades of Pine Glade #B8C082

Tints of Pine Glade #B8C082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.69%

R = 36.36%
G = 37.94%
B = 25.69%

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

#B8C082 (or 0xB8C082) is known color: Pine Glade. HEX triplet: B8, C0 and 82. RGB value is (184,192,130). Sum of RGB (Red+Green+Blue) = 184+192+130=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C082 is #473F7D. Grayscale: #B6B6B6. Windows color (decimal): -4669310 or 8569016. OLE color: 8569016.

HSL color Cylindrical-coordinate representation of color #B8C082: hue angle of 67.74º 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 #B8C082 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 130 -
CMYK 0.04 0 0.32 0.25
HSL 67.74º 0.33% 0.63% -
HSV(B) 67.74º 0.32% 0.75% -
XYZ 42.65 49.5 28.43 -
YUV 182.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 184 192 130 0.04 0 0.32 0.25 67.74 0.33 0.63
Hex B8 C0 82 4 0 20 19 44 21 3F
Octal 270 300 202 4 0 40 31 104 41 77
Binary 10111000 11000000 10000010 100 0 100000 11001 1000100 100001 111111

Color Harmonies of #B8C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C082

Black with #B8C082

Text Example


Text Example

White with #B8C082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C082; }

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

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

background-color css

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

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

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

border-color css

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

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

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