Html Css Color HEX #C2C338 Wattle

📋 copy color: '#C2C338'

red 194 ◦ green 195 ◦ blue 56

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

Shades of Wattle #C2C338

Tints of Wattle #C2C338

RGB

 RED value IS 194 (76.17% from 255) = 43.6%

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

 BLUE value IS 56 (22.27% from 255) = 12.58%

R = 43.6%
G = 43.82%
B = 12.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2C338 (or 0xC2C338) is known color: Wattle. HEX triplet: C2, C3 and 38. RGB value is (194,195,56). Sum of RGB (Red+Green+Blue) = 194+195+56=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C338 is #3D3CC7. Grayscale: #B3B3B3. Windows color (decimal): -4013256 or 3720130. OLE color: 3720130.

HSL color Cylindrical-coordinate representation of color #C2C338: hue angle of 60.43º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2C338 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 195 56 -
CMYK 0.01 0 0.71 0.24
HSL 60.43º 0.55% 0.49% -
HSV(B) 60.43º 0.71% 0.76% -
XYZ 42.48 50.79 11.31 -
YUV 178.86 58.67 138.8 -
System Red Green Blue C M Y K H S L
Decimal 194 195 56 0.01 0 0.71 0.24 60.43 0.55 0.49
Hex C2 C3 38 1 0 47 18 3C 37 31
Octal 302 303 70 1 0 107 30 74 67 61
Binary 11000010 11000011 111000 1 0 1000111 11000 111100 110111 110001

Color Harmonies of #C2C338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C338

Black with #C2C338

Text Example


Text Example

White with #C2C338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C338; }

 p { color: rgb(194,195,56); }

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

background-color css

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

 a { background-color: rgb(194,195,56); }

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

border-color css

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

 span { border-color: rgb(194,195,56); }

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