Html Css Color HEX #C2AE2B Earls Green

📋 copy color: '#C2AE2B'

red 194 ◦ green 174 ◦ blue 43

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

Shades of Earls Green #C2AE2B

Tints of Earls Green #C2AE2B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.34%

 BLUE value IS 43 (17.19% from 255) = 10.46%

R = 47.2%
G = 42.34%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2AE2B (or 0xC2AE2B) is known color: Earls Green. HEX triplet: C2, AE and 2B. RGB value is (194,174,43). Sum of RGB (Red+Green+Blue) = 194+174+43=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE2B is #3D51D4. Grayscale: #A5A5A5. Windows color (decimal): -4018645 or 2862786. OLE color: 2862786.

HSL color Cylindrical-coordinate representation of color #C2AE2B: hue angle of 52.05º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2AE2B is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 43 -
CMYK 0 0.10 0.78 0.24
HSL 52.05º 0.64% 0.46% -
HSV(B) 52.05º 0.78% 0.76% -
XYZ 37.82 41.92 8.38 -
YUV 165.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 194 174 43 0 0.10 0.78 0.24 52.05 0.64 0.46
Hex C2 AE 2B 0 A 4E 18 34 40 2E
Octal 302 256 53 0 12 116 30 64 100 56
Binary 11000010 10101110 101011 0 1010 1001110 11000 110100 1000000 101110

Color Harmonies of #C2AE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE2B

Black with #C2AE2B

Text Example


Text Example

White with #C2AE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE2B; }

 p { color: rgb(194,174,43); }

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

background-color css

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

 a { background-color: rgb(194,174,43); }

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

border-color css

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

 span { border-color: rgb(194,174,43); }

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