Html Css Color HEX #C2B21A Earls Green

📋 copy color: '#C2B21A'

red 194 ◦ green 178 ◦ blue 26

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

Shades of Earls Green #C2B21A

Tints of Earls Green #C2B21A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.72%

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

R = 48.74%
G = 44.72%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2B21A (or 0xC2B21A) is known color: Earls Green. HEX triplet: C2, B2 and 1A. RGB value is (194,178,26). Sum of RGB (Red+Green+Blue) = 194+178+26=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B21A is #3D4DE5. Grayscale: #A6A6A6. Windows color (decimal): -4017638 or 1749698. OLE color: 1749698.

HSL color Cylindrical-coordinate representation of color #C2B21A: hue angle of 54.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2B21A is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 26 -
CMYK 0 0.08 0.87 0.24
HSL 54.29º 0.76% 0.43% -
HSV(B) 54.29º 0.87% 0.76% -
XYZ 38.35 43.38 7.33 -
YUV 165.46 49.3 148.36 -
System Red Green Blue C M Y K H S L
Decimal 194 178 26 0 0.08 0.87 0.24 54.29 0.76 0.43
Hex C2 B2 1A 0 8 57 18 36 4C 2B
Octal 302 262 32 0 10 127 30 66 114 53
Binary 11000010 10110010 11010 0 1000 1010111 11000 110110 1001100 101011

Color Harmonies of #C2B21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B21A

Black with #C2B21A

Text Example


Text Example

White with #C2B21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B21A; }

 p { color: rgb(194,178,26); }

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

background-color css

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

 a { background-color: rgb(194,178,26); }

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

border-color css

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

 span { border-color: rgb(194,178,26); }

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