Html Css Color HEX #C4C73B Wattle

📋 copy color: '#C4C73B'

red 196 ◦ green 199 ◦ blue 59

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

Shades of Wattle #C4C73B

Tints of Wattle #C4C73B

RGB

 RED value IS 196 (76.95% from 255) = 43.17%

 GREEN value IS 199 (78.13% from 255) = 43.83%

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

R = 43.17%
G = 43.83%
B = 13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C4C73B (or 0xC4C73B) is known color: Wattle. HEX triplet: C4, C7 and 3B. RGB value is (196,199,59). Sum of RGB (Red+Green+Blue) = 196+199+59=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C73B is #3B38C4. Grayscale: #B6B6B6. Windows color (decimal): -3881157 or 3917764. OLE color: 3917764.

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

Color convert

RGB 196 199 59 -
CMYK 0.02 0 0.70 0.22
HSL 61.29º 0.56% 0.51% -
HSV(B) 61.29º 0.7% 0.78% -
XYZ 43.98 52.9 12.03 -
YUV 182.14 58.51 137.88 -
System Red Green Blue C M Y K H S L
Decimal 196 199 59 0.02 0 0.70 0.22 61.29 0.56 0.51
Hex C4 C7 3B 2 0 46 16 3D 38 33
Octal 304 307 73 2 0 106 26 75 70 63
Binary 11000100 11000111 111011 10 0 1000110 10110 111101 111000 110011

Color Harmonies of #C4C73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C73B

Black with #C4C73B

Text Example


Text Example

White with #C4C73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C73B; }

 p { color: rgb(196,199,59); }

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

background-color css

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

 a { background-color: rgb(196,199,59); }

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

border-color css

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

 span { border-color: rgb(196,199,59); }

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