Html Css Color HEX #C0BD75 Pine Glade

📋 copy color: '#C0BD75'

red 192 ◦ green 189 ◦ blue 117

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

Shades of Pine Glade #C0BD75

Tints of Pine Glade #C0BD75

RGB

 RED value IS 192 (75.39% from 255) = 38.55%

 GREEN value IS 189 (74.22% from 255) = 37.95%

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

R = 38.55%
G = 37.95%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0BD75 (or 0xC0BD75) is known color: Pine Glade. HEX triplet: C0, BD and 75. RGB value is (192,189,117). Sum of RGB (Red+Green+Blue) = 192+189+117=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD75 is #3F428A. Grayscale: #B5B5B5. Windows color (decimal): -4145803 or 7716288. OLE color: 7716288.

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

Color convert

RGB 192 189 117 -
CMYK 0 0.02 0.39 0.25
HSL 57.6º 0.37% 0.61% -
HSV(B) 57.6º 0.39% 0.75% -
XYZ 43.15 48.89 23.99 -
YUV 181.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 192 189 117 0 0.02 0.39 0.25 57.6 0.37 0.61
Hex C0 BD 75 0 2 27 19 3A 25 3D
Octal 300 275 165 0 2 47 31 72 45 75
Binary 11000000 10111101 1110101 0 10 100111 11001 111010 100101 111101

Color Harmonies of #C0BD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD75

Black with #C0BD75

Text Example


Text Example

White with #C0BD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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