Html Css Color HEX #C2A730 Earls Green

📋 copy color: '#C2A730'

red 194 ◦ green 167 ◦ blue 48

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

Shades of Earls Green #C2A730

Tints of Earls Green #C2A730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

 BLUE value IS 48 (19.14% from 255) = 11.74%

R = 47.43%
G = 40.83%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2A730 (or 0xC2A730) is known color: Earls Green. HEX triplet: C2, A7 and 30. RGB value is (194,167,48). Sum of RGB (Red+Green+Blue) = 194+167+48=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A730 is #3D58CF. Grayscale: #A2A2A2. Windows color (decimal): -4020432 or 3188674. OLE color: 3188674.

HSL color Cylindrical-coordinate representation of color #C2A730: hue angle of 48.9º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2A730 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 167 48 -
CMYK 0 0.14 0.75 0.24
HSL 48.9º 0.6% 0.47% -
HSV(B) 48.9º 0.75% 0.76% -
XYZ 36.6 39.32 8.46 -
YUV 161.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 194 167 48 0 0.14 0.75 0.24 48.9 0.6 0.47
Hex C2 A7 30 0 E 4B 18 31 3C 2F
Octal 302 247 60 0 16 113 30 61 74 57
Binary 11000010 10100111 110000 0 1110 1001011 11000 110001 111100 101111

Color Harmonies of #C2A730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A730

Black with #C2A730

Text Example


Text Example

White with #C2A730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A730; }

 p { color: rgb(194,167,48); }

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

background-color css

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

 a { background-color: rgb(194,167,48); }

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

border-color css

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

 span { border-color: rgb(194,167,48); }

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