Html Css Color HEX #B7C471 Pine Glade

📋 copy color: '#B7C471'

red 183 ◦ green 196 ◦ blue 113

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

Shades of Pine Glade #B7C471

Tints of Pine Glade #B7C471

RGB

 RED value IS 183 (71.88% from 255) = 37.2%

 GREEN value IS 196 (76.95% from 255) = 39.84%

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 37.2%
G = 39.84%
B = 22.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#B7C471 (or 0xB7C471) is known color: Pine Glade. HEX triplet: B7, C4 and 71. RGB value is (183,196,113). Sum of RGB (Red+Green+Blue) = 183+196+113=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C471 is #483B8E. Grayscale: #B6B6B6. Windows color (decimal): -4733839 or 7455927. OLE color: 7455927.

HSL color Cylindrical-coordinate representation of color #B7C471: hue angle of 69.4º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7C471 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 196 113 -
CMYK 0.07 0 0.42 0.23
HSL 69.4º 0.41% 0.61% -
HSV(B) 69.4º 0.42% 0.77% -
XYZ 42.25 50.74 23.19 -
YUV 182.65 88.69 128.25 -
System Red Green Blue C M Y K H S L
Decimal 183 196 113 0.07 0 0.42 0.23 69.4 0.41 0.61
Hex B7 C4 71 7 0 2A 17 45 29 3D
Octal 267 304 161 7 0 52 27 105 51 75
Binary 10110111 11000100 1110001 111 0 101010 10111 1000101 101001 111101

Color Harmonies of #B7C471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C471

Black with #B7C471

Text Example


Text Example

White with #B7C471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C471; }

 p { color: rgb(183,196,113); }

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

background-color css

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

 a { background-color: rgb(183,196,113); }

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

border-color css

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

 span { border-color: rgb(183,196,113); }

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