Html Css Color HEX #C6CA3D Wattle

📋 copy color: '#C6CA3D'

red 198 ◦ green 202 ◦ blue 61

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

Shades of Wattle #C6CA3D

Tints of Wattle #C6CA3D

RGB

 RED value IS 198 (77.73% from 255) = 42.95%

 GREEN value IS 202 (79.3% from 255) = 43.82%

 BLUE value IS 61 (24.22% from 255) = 13.23%

R = 42.95%
G = 43.82%
B = 13.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C6CA3D (or 0xC6CA3D) is known color: Wattle. HEX triplet: C6, CA and 3D. RGB value is (198,202,61). Sum of RGB (Red+Green+Blue) = 198+202+61=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA3D is #3935C2. Grayscale: #B9B9B9. Windows color (decimal): -3749315 or 4049606. OLE color: 4049606.

HSL color Cylindrical-coordinate representation of color #C6CA3D: hue angle of 61.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6CA3D is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 202 61 -
CMYK 0.02 0 0.70 0.21
HSL 61.7º 0.57% 0.52% -
HSV(B) 61.7º 0.7% 0.79% -
XYZ 45.25 54.58 12.57 -
YUV 184.73 58.17 137.46 -
System Red Green Blue C M Y K H S L
Decimal 198 202 61 0.02 0 0.70 0.21 61.7 0.57 0.52
Hex C6 CA 3D 2 0 46 15 3E 39 34
Octal 306 312 75 2 0 106 25 76 71 64
Binary 11000110 11001010 111101 10 0 1000110 10101 111110 111001 110100

Color Harmonies of #C6CA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA3D

Black with #C6CA3D

Text Example


Text Example

White with #C6CA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA3D; }

 p { color: rgb(198,202,61); }

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

background-color css

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

 a { background-color: rgb(198,202,61); }

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

border-color css

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

 span { border-color: rgb(198,202,61); }

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