Html Css Color HEX #B7C372 Pine Glade

📋 copy color: '#B7C372'

red 183 ◦ green 195 ◦ blue 114

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

Shades of Pine Glade #B7C372

Tints of Pine Glade #B7C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.63%

 BLUE value IS 114 (44.92% from 255) = 23.17%

R = 37.2%
G = 39.63%
B = 23.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B7C372 (or 0xB7C372) is known color: Pine Glade. HEX triplet: B7, C3 and 72. RGB value is (183,195,114). Sum of RGB (Red+Green+Blue) = 183+195+114=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C372 is #483C8D. Grayscale: #B6B6B6. Windows color (decimal): -4734094 or 7521207. OLE color: 7521207.

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

Color convert

RGB 183 195 114 -
CMYK 0.06 0 0.42 0.24
HSL 68.89º 0.4% 0.61% -
HSV(B) 68.89º 0.42% 0.76% -
XYZ 42.08 50.31 23.41 -
YUV 182.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 183 195 114 0.06 0 0.42 0.24 68.89 0.4 0.61
Hex B7 C3 72 6 0 2A 18 45 28 3D
Octal 267 303 162 6 0 52 30 105 50 75
Binary 10110111 11000011 1110010 110 0 101010 11000 1000101 101000 111101

Color Harmonies of #B7C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C372

Black with #B7C372

Text Example


Text Example

White with #B7C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C372; }

 p { color: rgb(183,195,114); }

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

background-color css

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

 a { background-color: rgb(183,195,114); }

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

border-color css

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

 span { border-color: rgb(183,195,114); }

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