#C7CD4B

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

Shades of Wattle #C7CD4B

Tints of Wattle #C7CD4B

Color information

#C7CD4B (or 0xC7CD4B) is unknown color: approx Wattle. HEX triplet: C7, CD and 4B. RGB value is (199,205,75). Sum of RGB (Red+Green+Blue) = 199+205+75=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CD4B is #3832B4. Grayscale: #BCBCBC. Windows color (decimal): -3682997 or 4967879. OLE color: 4967879.

HSL color Cylindrical-coordinate representation of color #C7CD4B: hue angle of 62.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7CD4B is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB19920575-
CMYK0.0300.630.20
HSL62.77º56.52%54.9%-
HSV(B)62.77º63.41%80.39%-
XYZ46.6556.3115.07-
YUV188.3964.01135.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 75 (29.69% from 255) = 15.66%
R=41.54%
G=42.80%
B=15.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199205750.0300.630.2062.7756.5254.9
HexC7CD4B303F143f3937
Octal307315113307724777167
Binary1100011111001101100101111011111110100111111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CD4B; }

 p { color: rgb(199,205,75); }

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

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

 a { background-color: rgb(199,205,75); }

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

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

 span { border-color: rgb(199,205,75); }

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