Html Css Color HEX #C6C33B Wattle

📋 copy color: '#C6C33B'

red 198 ◦ green 195 ◦ blue 59

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

Shades of Wattle #C6C33B

Tints of Wattle #C6C33B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

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

R = 43.81%
G = 43.14%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6C33B (or 0xC6C33B) is known color: Wattle. HEX triplet: C6, C3 and 3B. RGB value is (198,195,59). Sum of RGB (Red+Green+Blue) = 198+195+59=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C33B is #393CC4. Grayscale: #B4B4B4. Windows color (decimal): -3751109 or 3916742. OLE color: 3916742.

HSL color Cylindrical-coordinate representation of color #C6C33B: hue angle of 58.71º 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 #C6C33B is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 195 59 -
CMYK 0 0.02 0.70 0.22
HSL 58.71º 0.55% 0.5% -
HSV(B) 58.71º 0.7% 0.78% -
XYZ 43.59 51.35 11.75 -
YUV 180.39 59.49 140.56 -
System Red Green Blue C M Y K H S L
Decimal 198 195 59 0 0.02 0.70 0.22 58.71 0.55 0.5
Hex C6 C3 3B 0 2 46 16 3B 37 32
Octal 306 303 73 0 2 106 26 73 67 62
Binary 11000110 11000011 111011 0 10 1000110 10110 111011 110111 110010

Color Harmonies of #C6C33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C33B

Black with #C6C33B

Text Example


Text Example

White with #C6C33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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