Html Css Color HEX #C0C67F Pine Glade

📋 copy color: '#C0C67F'

red 192 ◦ green 198 ◦ blue 127

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

Shades of Pine Glade #C0C67F

Tints of Pine Glade #C0C67F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

 BLUE value IS 127 (50% from 255) = 24.56%

R = 37.14%
G = 38.3%
B = 24.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C0C67F (or 0xC0C67F) is known color: Pine Glade. HEX triplet: C0, C6 and 7F. RGB value is (192,198,127). Sum of RGB (Red+Green+Blue) = 192+198+127=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C67F is #3F3980. Grayscale: #BCBCBC. Windows color (decimal): -4143489 or 8373952. OLE color: 8373952.

HSL color Cylindrical-coordinate representation of color #C0C67F: hue angle of 65.07º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0C67F is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 198 127 -
CMYK 0.03 0 0.36 0.22
HSL 65.07º 0.38% 0.64% -
HSV(B) 65.07º 0.36% 0.78% -
XYZ 45.76 53.13 27.92 -
YUV 188.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 192 198 127 0.03 0 0.36 0.22 65.07 0.38 0.64
Hex C0 C6 7F 3 0 24 16 41 26 40
Octal 300 306 177 3 0 44 26 101 46 100
Binary 11000000 11000110 1111111 11 0 100100 10110 1000001 100110 1000000

Color Harmonies of #C0C67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C67F

Black with #C0C67F

Text Example


Text Example

White with #C0C67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C67F; }

 p { color: rgb(192,198,127); }

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

background-color css

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

 a { background-color: rgb(192,198,127); }

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

border-color css

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

 span { border-color: rgb(192,198,127); }

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