#C8CB3D

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

Shades of Wattle #C8CB3D

Tints of Wattle #C8CB3D

Color information

#C8CB3D (or 0xC8CB3D) is unknown color: approx Wattle. HEX triplet: C8, CB and 3D. RGB value is (200,203,61). Sum of RGB (Red+Green+Blue) = 200+203+61=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CB3D is #3734C2. Grayscale: #BABABA. Windows color (decimal): -3617987 or 4049864. OLE color: 4049864.

HSL color Cylindrical-coordinate representation of color #C8CB3D: hue angle of 61.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8CB3D is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20020361-
CMYK0.0100.700.20
HSL61.27º57.72%51.76%-
HSV(B)61.27º69.95%79.61%-
XYZ46.0255.3312.67-
YUV185.9257.51138.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 203 (79.69% from 255) = 43.75%
BLUE value IS 61 (24.22% from 255) = 13.15%
R=43.10%
G=43.75%
B=13.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200203610.0100.700.2061.2757.7251.76
HexC8CB3D1046143d3a34
Octal310313751010624757264
Binary110010001100101111110110100011010100111101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CB3D; }

 p { color: rgb(200,203,61); }

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

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

 a { background-color: rgb(200,203,61); }

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

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

 span { border-color: rgb(200,203,61); }

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