Html Css Color HEX #C0CA7B Pine Glade

📋 copy color: '#C0CA7B'

red 192 ◦ green 202 ◦ blue 123

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

Shades of Pine Glade #C0CA7B

Tints of Pine Glade #C0CA7B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.07%

 BLUE value IS 123 (48.44% from 255) = 23.79%

R = 37.14%
G = 39.07%
B = 23.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C0CA7B (or 0xC0CA7B) is known color: Pine Glade. HEX triplet: C0, CA and 7B. RGB value is (192,202,123). Sum of RGB (Red+Green+Blue) = 192+202+123=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA7B is #3F3584. Grayscale: #BEBEBE. Windows color (decimal): -4142469 or 8112832. OLE color: 8112832.

HSL color Cylindrical-coordinate representation of color #C0CA7B: hue angle of 67.59º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0CA7B is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 123 -
CMYK 0.05 0 0.39 0.21
HSL 67.59º 0.43% 0.64% -
HSV(B) 67.59º 0.39% 0.79% -
XYZ 46.43 54.88 26.88 -
YUV 190 90.19 129.42 -
System Red Green Blue C M Y K H S L
Decimal 192 202 123 0.05 0 0.39 0.21 67.59 0.43 0.64
Hex C0 CA 7B 5 0 27 15 44 2B 40
Octal 300 312 173 5 0 47 25 104 53 100
Binary 11000000 11001010 1111011 101 0 100111 10101 1000100 101011 1000000

Color Harmonies of #C0CA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA7B

Black with #C0CA7B

Text Example


Text Example

White with #C0CA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA7B; }

 p { color: rgb(192,202,123); }

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

background-color css

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

 a { background-color: rgb(192,202,123); }

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

border-color css

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

 span { border-color: rgb(192,202,123); }

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