Html Css Color HEX #C6C848 Wattle

📋 copy color: '#C6C848'

red 198 ◦ green 200 ◦ blue 72

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

Shades of Wattle #C6C848

Tints of Wattle #C6C848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

 BLUE value IS 72 (28.52% from 255) = 15.32%

R = 42.13%
G = 42.55%
B = 15.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6C848 (or 0xC6C848) is known color: Wattle. HEX triplet: C6, C8 and 48. RGB value is (198,200,72). Sum of RGB (Red+Green+Blue) = 198+200+72=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C848 is #3937B7. Grayscale: #B9B9B9. Windows color (decimal): -3749816 or 4769990. OLE color: 4769990.

HSL color Cylindrical-coordinate representation of color #C6C848: hue angle of 60.94º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6C848 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 200 72 -
CMYK 0.01 0 0.64 0.22
HSL 60.94º 0.54% 0.53% -
HSV(B) 60.94º 0.64% 0.78% -
XYZ 45.11 53.78 14.13 -
YUV 184.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 198 200 72 0.01 0 0.64 0.22 60.94 0.54 0.53
Hex C6 C8 48 1 0 40 16 3D 36 35
Octal 306 310 110 1 0 100 26 75 66 65
Binary 11000110 11001000 1001000 1 0 1000000 10110 111101 110110 110101

Color Harmonies of #C6C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C848

Black with #C6C848

Text Example


Text Example

White with #C6C848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C848; }

 p { color: rgb(198,200,72); }

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

background-color css

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

 a { background-color: rgb(198,200,72); }

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

border-color css

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

 span { border-color: rgb(198,200,72); }

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