Html Css Color HEX #C4C63B Wattle

📋 copy color: '#C4C63B'

red 196 ◦ green 198 ◦ blue 59

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

Shades of Wattle #C4C63B

Tints of Wattle #C4C63B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.71%

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

R = 43.27%
G = 43.71%
B = 13.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C4C63B (or 0xC4C63B) is known color: Wattle. HEX triplet: C4, C6 and 3B. RGB value is (196,198,59). Sum of RGB (Red+Green+Blue) = 196+198+59=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C63B is #3B39C4. Grayscale: #B6B6B6. Windows color (decimal): -3881413 or 3917508. OLE color: 3917508.

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

Color convert

RGB 196 198 59 -
CMYK 0.01 0 0.70 0.22
HSL 60.86º 0.55% 0.5% -
HSV(B) 60.86º 0.7% 0.78% -
XYZ 43.75 52.44 11.95 -
YUV 181.56 58.84 138.3 -
System Red Green Blue C M Y K H S L
Decimal 196 198 59 0.01 0 0.70 0.22 60.86 0.55 0.5
Hex C4 C6 3B 1 0 46 16 3D 37 32
Octal 304 306 73 1 0 106 26 75 67 62
Binary 11000100 11000110 111011 1 0 1000110 10110 111101 110111 110010

Color Harmonies of #C4C63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C63B

Black with #C4C63B

Text Example


Text Example

White with #C4C63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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