Html Css Color HEX #C9CE70 Deco

📋 copy color: '#C9CE70'

red 201 ◦ green 206 ◦ blue 112

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

Shades of Deco #C9CE70

Tints of Deco #C9CE70

RGB

 RED value IS 201 (78.91% from 255) = 38.73%

 GREEN value IS 206 (80.86% from 255) = 39.69%

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 38.73%
G = 39.69%
B = 21.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#C9CE70 (or 0xC9CE70) is known color: Deco. HEX triplet: C9, CE and 70. RGB value is (201,206,112). Sum of RGB (Red+Green+Blue) = 201+206+112=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CE70 is #36318F. Grayscale: #C2C2C2. Windows color (decimal): -3551632 or 7392969. OLE color: 7392969.

HSL color Cylindrical-coordinate representation of color #C9CE70: hue angle of 63.19º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9CE70 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 112 -
CMYK 0.02 0 0.46 0.19
HSL 63.19º 0.49% 0.62% -
HSV(B) 63.19º 0.46% 0.81% -
XYZ 49.08 57.73 23.89 -
YUV 193.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 201 206 112 0.02 0 0.46 0.19 63.19 0.49 0.62
Hex C9 CE 70 2 0 2E 13 3F 31 3E
Octal 311 316 160 2 0 56 23 77 61 76
Binary 11001001 11001110 1110000 10 0 101110 10011 111111 110001 111110

Color Harmonies of #C9CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CE70

Black with #C9CE70

Text Example


Text Example

White with #C9CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CE70; }

 p { color: rgb(201,206,112); }

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

background-color css

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

 a { background-color: rgb(201,206,112); }

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

border-color css

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

 span { border-color: rgb(201,206,112); }

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