Html Css Color HEX #C9D670 Deco

📋 copy color: '#C9D670'

red 201 ◦ green 214 ◦ blue 112

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

Shades of Deco #C9D670

Tints of Deco #C9D670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.61%

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

R = 38.14%
G = 40.61%
B = 21.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#C9D670 (or 0xC9D670) is known color: Deco. HEX triplet: C9, D6 and 70. RGB value is (201,214,112). Sum of RGB (Red+Green+Blue) = 201+214+112=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D670 is #36298F. Grayscale: #C6C6C6. Windows color (decimal): -3549584 or 7395017. OLE color: 7395017.

HSL color Cylindrical-coordinate representation of color #C9D670: hue angle of 67.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9D670 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 214 112 -
CMYK 0.06 0 0.48 0.16
HSL 67.65º 0.55% 0.64% -
HSV(B) 67.65º 0.48% 0.84% -
XYZ 51.06 61.68 24.54 -
YUV 198.49 79.19 129.79 -
System Red Green Blue C M Y K H S L
Decimal 201 214 112 0.06 0 0.48 0.16 67.65 0.55 0.64
Hex C9 D6 70 6 0 30 10 44 37 40
Octal 311 326 160 6 0 60 20 104 67 100
Binary 11001001 11010110 1110000 110 0 110000 10000 1000100 110111 1000000

Color Harmonies of #C9D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D670

Black with #C9D670

Text Example


Text Example

White with #C9D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D670; }

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

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

background-color css

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

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

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

border-color css

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

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

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