Html Css Color HEX #C6C13B Wattle

📋 copy color: '#C6C13B'

red 198 ◦ green 193 ◦ blue 59

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

Shades of Wattle #C6C13B

Tints of Wattle #C6C13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.89%

 BLUE value IS 59 (23.44% from 255) = 13.11%

R = 44%
G = 42.89%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6C13B (or 0xC6C13B) is known color: Wattle. HEX triplet: C6, C1 and 3B. RGB value is (198,193,59). Sum of RGB (Red+Green+Blue) = 198+193+59=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C13B is #393EC4. Grayscale: #B3B3B3. Windows color (decimal): -3751621 or 3916230. OLE color: 3916230.

HSL color Cylindrical-coordinate representation of color #C6C13B: hue angle of 57.84º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6C13B is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 193 59 -
CMYK 0 0.03 0.70 0.22
HSL 57.84º 0.55% 0.5% -
HSV(B) 57.84º 0.7% 0.78% -
XYZ 43.15 50.46 11.6 -
YUV 179.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 198 193 59 0 0.03 0.70 0.22 57.84 0.55 0.5
Hex C6 C1 3B 0 3 46 16 3A 37 32
Octal 306 301 73 0 3 106 26 72 67 62
Binary 11000110 11000001 111011 0 11 1000110 10110 111010 110111 110010

Color Harmonies of #C6C13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C13B

Black with #C6C13B

Text Example


Text Example

White with #C6C13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C13B; }

 p { color: rgb(198,193,59); }

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

background-color css

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

 a { background-color: rgb(198,193,59); }

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

border-color css

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

 span { border-color: rgb(198,193,59); }

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