#C0E962

Color #C0E962 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C0E962

Tints of Conifer #C0E962

Color information

#C0E962 (or 0xC0E962) is unknown color: approx Conifer. HEX triplet: C0, E9 and 62. RGB value is (192,233,98). Sum of RGB (Red+Green+Blue) = 192+233+98=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E962 is #3F169D. Grayscale: #CDCDCD. Windows color (decimal): -4134558 or 6482368. OLE color: 6482368.

HSL color Cylindrical-coordinate representation of color #C0E962: hue angle of 78.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0E962 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB19223398-
CMYK0.1800.580.09
HSL78.22º75.42%64.9%-
HSV(B)78.22º57.94%91.37%-
XYZ53.0870.3722.34-
YUV205.3567.42118.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 233 (91.41% from 255) = 44.55%
BLUE value IS 98 (38.67% from 255) = 18.74%
R=36.71%
G=44.55%
B=18.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192233980.1800.580.0978.2275.4264.9
HexC0E9621203A94e4b41
Octal3003511422207211116113101
Binary110000001110100111000101001001110101001100111010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E962; }

 p { color: rgb(192,233,98); }

 H1.HeaderClassName
 {
   color: #C0E962;
 }
 .AnyTagClassName
 {
   color: #C0E962;
 }
</style>
background-color css

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

 a { background-color: rgb(192,233,98); }

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

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

 span { border-color: rgb(192,233,98); }

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