Html Css Color HEX #C5D48B Deco

📋 copy color: '#C5D48B'

red 197 ◦ green 212 ◦ blue 139

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

Shades of Deco #C5D48B

Tints of Deco #C5D48B

RGB

 RED value IS 197 (77.34% from 255) = 35.95%

 GREEN value IS 212 (83.2% from 255) = 38.69%

 BLUE value IS 139 (54.69% from 255) = 25.36%

R = 35.95%
G = 38.69%
B = 25.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#C5D48B (or 0xC5D48B) is known color: Deco. HEX triplet: C5, D4 and 8B. RGB value is (197,212,139). Sum of RGB (Red+Green+Blue) = 197+212+139=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D48B is #3A2B74. Grayscale: #C7C7C7. Windows color (decimal): -3812213 or 9163973. OLE color: 9163973.

HSL color Cylindrical-coordinate representation of color #C5D48B: hue angle of 72.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5D48B is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 212 139 -
CMYK 0.07 0 0.34 0.17
HSL 72.33º 0.46% 0.69% -
HSV(B) 72.33º 0.34% 0.83% -
XYZ 51.23 60.82 33.47 -
YUV 199.19 94.03 126.44 -
System Red Green Blue C M Y K H S L
Decimal 197 212 139 0.07 0 0.34 0.17 72.33 0.46 0.69
Hex C5 D4 8B 7 0 22 11 48 2E 45
Octal 305 324 213 7 0 42 21 110 56 105
Binary 11000101 11010100 10001011 111 0 100010 10001 1001000 101110 1000101

Color Harmonies of #C5D48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D48B

Black with #C5D48B

Text Example


Text Example

White with #C5D48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D48B; }

 p { color: rgb(197,212,139); }

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

background-color css

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

 a { background-color: rgb(197,212,139); }

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

border-color css

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

 span { border-color: rgb(197,212,139); }

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