Html Css Color HEX #C1A91B Earls Green

📋 copy color: '#C1A91B'

red 193 ◦ green 169 ◦ blue 27

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

Shades of Earls Green #C1A91B

Tints of Earls Green #C1A91B

RGB

 RED value IS 193 (75.78% from 255) = 49.61%

 GREEN value IS 169 (66.41% from 255) = 43.44%

 BLUE value IS 27 (10.94% from 255) = 6.94%

R = 49.61%
G = 43.44%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1A91B (or 0xC1A91B) is known color: Earls Green. HEX triplet: C1, A9 and 1B. RGB value is (193,169,27). Sum of RGB (Red+Green+Blue) = 193+169+27=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A91B is #3E56E4. Grayscale: #A0A0A0. Windows color (decimal): -4085477 or 1812929. OLE color: 1812929.

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

Color convert

RGB 193 169 27 -
CMYK 0 0.12 0.86 0.24
HSL 51.33º 0.75% 0.43% -
HSV(B) 51.33º 0.86% 0.76% -
XYZ 36.38 39.79 6.8 -
YUV 159.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 193 169 27 0 0.12 0.86 0.24 51.33 0.75 0.43
Hex C1 A9 1B 0 C 56 18 33 4B 2B
Octal 301 251 33 0 14 126 30 63 113 53
Binary 11000001 10101001 11011 0 1100 1010110 11000 110011 1001011 101011

Color Harmonies of #C1A91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A91B

Black with #C1A91B

Text Example


Text Example

White with #C1A91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A91B; }

 p { color: rgb(193,169,27); }

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

background-color css

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

 a { background-color: rgb(193,169,27); }

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

border-color css

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

 span { border-color: rgb(193,169,27); }

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