#C4D07B

Color #C4D07B Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C4D07B

Tints of Deco #C4D07B

Color information

#C4D07B (or 0xC4D07B) is unknown color: approx Deco. HEX triplet: C4, D0 and 7B. RGB value is (196,208,123). Sum of RGB (Red+Green+Blue) = 196+208+123=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D07B is #3B2F84. Grayscale: #C3C3C3. Windows color (decimal): -3878789 or 8114372. OLE color: 8114372.

HSL color Cylindrical-coordinate representation of color #C4D07B: hue angle of 68.47º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4D07B is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB196208123-
CMYK0.0600.410.18
HSL68.47º47.49%64.9%-
HSV(B)68.47º40.87%81.57%-
XYZ48.958.2827.41-
YUV194.7287.52128.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 208 (81.64% from 255) = 39.47%
BLUE value IS 123 (48.44% from 255) = 23.34%
R=37.19%
G=39.47%
B=23.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962081230.0600.410.1868.4747.4964.9
HexC4D07B602912442f41
Octal30432017360512210457101
Binary1100010011010000111101111001010011001010001001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D07B; }

 p { color: rgb(196,208,123); }

 H1.HeaderClassName
 {
   color: #C4D07B;
 }
 .AnyTagClassName
 {
   color: #C4D07B;
 }
</style>
background-color css

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

 a { background-color: rgb(196,208,123); }

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

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

 span { border-color: rgb(196,208,123); }

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