Html Css Color HEX #C4D68D Deco

📋 copy color: '#C4D68D'

red 196 ◦ green 214 ◦ blue 141

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

Shades of Deco #C4D68D

Tints of Deco #C4D68D

RGB

 RED value IS 196 (76.95% from 255) = 35.57%

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

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 35.57%
G = 38.84%
B = 25.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#C4D68D (or 0xC4D68D) is known color: Deco. HEX triplet: C4, D6 and 8D. RGB value is (196,214,141). Sum of RGB (Red+Green+Blue) = 196+214+141=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D68D is #3B2972. Grayscale: #C8C8C8. Windows color (decimal): -3877235 or 9295556. OLE color: 9295556.

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

Color convert

RGB 196 214 141 -
CMYK 0.08 0 0.34 0.16
HSL 74.79º 0.47% 0.7% -
HSV(B) 74.79º 0.34% 0.84% -
XYZ 51.62 61.75 34.4 -
YUV 200.3 94.54 124.94 -
System Red Green Blue C M Y K H S L
Decimal 196 214 141 0.08 0 0.34 0.16 74.79 0.47 0.7
Hex C4 D6 8D 8 0 22 10 4B 2F 46
Octal 304 326 215 10 0 42 20 113 57 106
Binary 11000100 11010110 10001101 1000 0 100010 10000 1001011 101111 1000110

Color Harmonies of #C4D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D68D

Black with #C4D68D

Text Example


Text Example

White with #C4D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D68D; }

 p { color: rgb(196,214,141); }

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

background-color css

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

 a { background-color: rgb(196,214,141); }

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

border-color css

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

 span { border-color: rgb(196,214,141); }

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