Html Css Color HEX #C2AB23 Earls Green

📋 copy color: '#C2AB23'

red 194 ◦ green 171 ◦ blue 35

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

Shades of Earls Green #C2AB23

Tints of Earls Green #C2AB23

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.75%

 BLUE value IS 35 (14.06% from 255) = 8.75%

R = 48.5%
G = 42.75%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C2AB23 (or 0xC2AB23) is known color: Earls Green. HEX triplet: C2, AB and 23. RGB value is (194,171,35). Sum of RGB (Red+Green+Blue) = 194+171+35=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB23 is #3D54DC. Grayscale: #A2A2A2. Windows color (decimal): -4019421 or 2337730. OLE color: 2337730.

HSL color Cylindrical-coordinate representation of color #C2AB23: hue angle of 51.32º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2AB23 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 35 -
CMYK 0 0.12 0.82 0.24
HSL 51.32º 0.69% 0.45% -
HSV(B) 51.32º 0.82% 0.76% -
XYZ 37.11 40.72 7.49 -
YUV 162.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 194 171 35 0 0.12 0.82 0.24 51.32 0.69 0.45
Hex C2 AB 23 0 C 52 18 33 45 2D
Octal 302 253 43 0 14 122 30 63 105 55
Binary 11000010 10101011 100011 0 1100 1010010 11000 110011 1000101 101101

Color Harmonies of #C2AB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB23

Black with #C2AB23

Text Example


Text Example

White with #C2AB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB23; }

 p { color: rgb(194,171,35); }

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

background-color css

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

 a { background-color: rgb(194,171,35); }

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

border-color css

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

 span { border-color: rgb(194,171,35); }

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