Html Css Color HEX #C2AF2B Earls Green

📋 copy color: '#C2AF2B'

red 194 ◦ green 175 ◦ blue 43

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

Shades of Earls Green #C2AF2B

Tints of Earls Green #C2AF2B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.48%

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

R = 47.09%
G = 42.48%
B = 10.44%

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

#C2AF2B (or 0xC2AF2B) is known color: Earls Green. HEX triplet: C2, AF and 2B. RGB value is (194,175,43). Sum of RGB (Red+Green+Blue) = 194+175+43=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF2B is #3D50D4. Grayscale: #A6A6A6. Windows color (decimal): -4018389 or 2863042. OLE color: 2863042.

HSL color Cylindrical-coordinate representation of color #C2AF2B: hue angle of 52.45º 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 #C2AF2B is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 43 -
CMYK 0 0.10 0.78 0.24
HSL 52.45º 0.64% 0.46% -
HSV(B) 52.45º 0.78% 0.76% -
XYZ 38.01 42.3 8.45 -
YUV 165.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 194 175 43 0 0.10 0.78 0.24 52.45 0.64 0.46
Hex C2 AF 2B 0 A 4E 18 34 40 2E
Octal 302 257 53 0 12 116 30 64 100 56
Binary 11000010 10101111 101011 0 1010 1001110 11000 110100 1000000 101110

Color Harmonies of #C2AF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF2B

Black with #C2AF2B

Text Example


Text Example

White with #C2AF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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