Html Css Color HEX #B6C277 Pine Glade

📋 copy color: '#B6C277'

red 182 ◦ green 194 ◦ blue 119

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

Shades of Pine Glade #B6C277

Tints of Pine Glade #B6C277

RGB

 RED value IS 182 (71.48% from 255) = 36.77%

 GREEN value IS 194 (76.17% from 255) = 39.19%

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 36.77%
G = 39.19%
B = 24.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#B6C277 (or 0xB6C277) is known color: Pine Glade. HEX triplet: B6, C2 and 77. RGB value is (182,194,119). Sum of RGB (Red+Green+Blue) = 182+194+119=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C277 is #493D88. Grayscale: #B6B6B6. Windows color (decimal): -4799881 or 7848630. OLE color: 7848630.

HSL color Cylindrical-coordinate representation of color #B6C277: hue angle of 69.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6C277 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 119 -
CMYK 0.06 0 0.39 0.24
HSL 69.6º 0.38% 0.61% -
HSV(B) 69.6º 0.39% 0.76% -
XYZ 41.91 49.86 24.87 -
YUV 181.86 92.52 128.1 -
System Red Green Blue C M Y K H S L
Decimal 182 194 119 0.06 0 0.39 0.24 69.6 0.38 0.61
Hex B6 C2 77 6 0 27 18 46 26 3D
Octal 266 302 167 6 0 47 30 106 46 75
Binary 10110110 11000010 1110111 110 0 100111 11000 1000110 100110 111101

Color Harmonies of #B6C277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C277

Black with #B6C277

Text Example


Text Example

White with #B6C277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C277; }

 p { color: rgb(182,194,119); }

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

background-color css

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

 a { background-color: rgb(182,194,119); }

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

border-color css

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

 span { border-color: rgb(182,194,119); }

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