Html Css Color HEX #C8AB1A Earls Green

📋 copy color: '#C8AB1A'

red 200 ◦ green 171 ◦ blue 26

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

Shades of Earls Green #C8AB1A

Tints of Earls Green #C8AB1A

RGB

 RED value IS 200 (78.52% from 255) = 50.38%

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

 BLUE value IS 26 (10.55% from 255) = 6.55%

R = 50.38%
G = 43.07%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8AB1A (or 0xC8AB1A) is known color: Earls Green. HEX triplet: C8, AB and 1A. RGB value is (200,171,26). Sum of RGB (Red+Green+Blue) = 200+171+26=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB1A is #3754E5. Grayscale: #A3A3A3. Windows color (decimal): -3626214 or 1747912. OLE color: 1747912.

HSL color Cylindrical-coordinate representation of color #C8AB1A: hue angle of 50º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8AB1A is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 171 26 -
CMYK 0 0.14 0.87 0.22
HSL 50º 0.77% 0.44% -
HSV(B) 50º 0.87% 0.78% -
XYZ 38.57 41.48 6.95 -
YUV 163.14 50.61 154.29 -
System Red Green Blue C M Y K H S L
Decimal 200 171 26 0 0.14 0.87 0.22 50 0.77 0.44
Hex C8 AB 1A 0 E 57 16 32 4D 2C
Octal 310 253 32 0 16 127 26 62 115 54
Binary 11001000 10101011 11010 0 1110 1010111 10110 110010 1001101 101100

Color Harmonies of #C8AB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB1A

Black with #C8AB1A

Text Example


Text Example

White with #C8AB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB1A; }

 p { color: rgb(200,171,26); }

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

background-color css

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

 a { background-color: rgb(200,171,26); }

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

border-color css

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

 span { border-color: rgb(200,171,26); }

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