Html Css Color HEX #C9D570 Deco

📋 copy color: '#C9D570'

red 201 ◦ green 213 ◦ blue 112

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

Shades of Deco #C9D570

Tints of Deco #C9D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.49%

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

R = 38.21%
G = 40.49%
B = 21.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#C9D570 (or 0xC9D570) is known color: Deco. HEX triplet: C9, D5 and 70. RGB value is (201,213,112). Sum of RGB (Red+Green+Blue) = 201+213+112=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D570 is #362A8F. Grayscale: #C6C6C6. Windows color (decimal): -3549840 or 7394761. OLE color: 7394761.

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

Color convert

RGB 201 213 112 -
CMYK 0.06 0 0.47 0.16
HSL 67.13º 0.55% 0.64% -
HSV(B) 67.13º 0.47% 0.84% -
XYZ 50.81 61.18 24.46 -
YUV 197.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 201 213 112 0.06 0 0.47 0.16 67.13 0.55 0.64
Hex C9 D5 70 6 0 2F 10 43 37 40
Octal 311 325 160 6 0 57 20 103 67 100
Binary 11001001 11010101 1110000 110 0 101111 10000 1000011 110111 1000000

Color Harmonies of #C9D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D570

Black with #C9D570

Text Example


Text Example

White with #C9D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D570; }

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

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

background-color css

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

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

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

border-color css

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

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

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