Html Css Color HEX #B7C075 Pine Glade

📋 copy color: '#B7C075'

red 183 ◦ green 192 ◦ blue 117

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

Shades of Pine Glade #B7C075

Tints of Pine Glade #B7C075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 37.2%
G = 39.02%
B = 23.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#B7C075 (or 0xB7C075) is known color: Pine Glade. HEX triplet: B7, C0 and 75. RGB value is (183,192,117). Sum of RGB (Red+Green+Blue) = 183+192+117=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C075 is #483F8A. Grayscale: #B5B5B5. Windows color (decimal): -4734859 or 7717047. OLE color: 7717047.

HSL color Cylindrical-coordinate representation of color #B7C075: hue angle of 67.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7C075 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 192 117 -
CMYK 0.05 0 0.39 0.25
HSL 67.2º 0.37% 0.61% -
HSV(B) 67.2º 0.39% 0.75% -
XYZ 41.59 49.05 24.11 -
YUV 180.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 183 192 117 0.05 0 0.39 0.25 67.2 0.37 0.61
Hex B7 C0 75 5 0 27 19 43 25 3D
Octal 267 300 165 5 0 47 31 103 45 75
Binary 10110111 11000000 1110101 101 0 100111 11001 1000011 100101 111101

Color Harmonies of #B7C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C075

Black with #B7C075

Text Example


Text Example

White with #B7C075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C075; }

 p { color: rgb(183,192,117); }

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

background-color css

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

 a { background-color: rgb(183,192,117); }

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

border-color css

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

 span { border-color: rgb(183,192,117); }

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