Html Css Color HEX #C2B01A Earls Green

📋 copy color: '#C2B01A'

red 194 ◦ green 176 ◦ blue 26

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

Shades of Earls Green #C2B01A

Tints of Earls Green #C2B01A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.44%

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

R = 48.99%
G = 44.44%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2B01A (or 0xC2B01A) is known color: Earls Green. HEX triplet: C2, B0 and 1A. RGB value is (194,176,26). Sum of RGB (Red+Green+Blue) = 194+176+26=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B01A is #3D4FE5. Grayscale: #A4A4A4. Windows color (decimal): -4018150 or 1749186. OLE color: 1749186.

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

Color convert

RGB 194 176 26 -
CMYK 0 0.09 0.87 0.24
HSL 53.57º 0.76% 0.43% -
HSV(B) 53.57º 0.87% 0.76% -
XYZ 37.96 42.59 7.2 -
YUV 164.28 49.96 149.2 -
System Red Green Blue C M Y K H S L
Decimal 194 176 26 0 0.09 0.87 0.24 53.57 0.76 0.43
Hex C2 B0 1A 0 9 57 18 36 4C 2B
Octal 302 260 32 0 11 127 30 66 114 53
Binary 11000010 10110000 11010 0 1001 1010111 11000 110110 1001100 101011

Color Harmonies of #C2B01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B01A

Black with #C2B01A

Text Example


Text Example

White with #C2B01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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