#CAD68B

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

Shades of Deco #CAD68B

Tints of Deco #CAD68B

Color information

#CAD68B (or 0xCAD68B) is unknown color: approx Deco. HEX triplet: CA, D6 and 8B. RGB value is (202,214,139). Sum of RGB (Red+Green+Blue) = 202+214+139=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD68B is #352974. Grayscale: #CACACA. Windows color (decimal): -3484021 or 9164490. OLE color: 9164490.

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

Color convert

RGB202214139-
CMYK0.0600.350.16
HSL69.6º47.77%69.22%-
HSV(B)69.6º35.05%83.92%-
XYZ53.0662.5133.7-
YUV201.8692.52128.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 139 (54.69% from 255) = 25.05%
R=36.40%
G=38.56%
B=25.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141390.0600.350.1669.647.7769.22
HexCAD68B602310463045
Octal31232621360432010660105
Binary11001010110101101000101111001000111000010001101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD68B; }

 p { color: rgb(202,214,139); }

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

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

 a { background-color: rgb(202,214,139); }

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

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

 span { border-color: rgb(202,214,139); }

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