Html Css Color HEX #C1B121 Earls Green

📋 copy color: '#C1B121'

red 193 ◦ green 177 ◦ blue 33

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

Shades of Earls Green #C1B121

Tints of Earls Green #C1B121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.92%

 BLUE value IS 33 (13.28% from 255) = 8.19%

R = 47.89%
G = 43.92%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1B121 (or 0xC1B121) is known color: Earls Green. HEX triplet: C1, B1 and 21. RGB value is (193,177,33). Sum of RGB (Red+Green+Blue) = 193+177+33=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B121 is #3E4EDE. Grayscale: #A5A5A5. Windows color (decimal): -4083423 or 2208193. OLE color: 2208193.

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

Color convert

RGB 193 177 33 -
CMYK 0 0.08 0.83 0.24
HSL 54º 0.71% 0.44% -
HSV(B) 54º 0.83% 0.76% -
XYZ 37.99 42.89 7.72 -
YUV 165.37 53.3 147.71 -
System Red Green Blue C M Y K H S L
Decimal 193 177 33 0 0.08 0.83 0.24 54 0.71 0.44
Hex C1 B1 21 0 8 53 18 36 47 2C
Octal 301 261 41 0 10 123 30 66 107 54
Binary 11000001 10110001 100001 0 1000 1010011 11000 110110 1000111 101100

Color Harmonies of #C1B121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B121

Black with #C1B121

Text Example


Text Example

White with #C1B121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B121; }

 p { color: rgb(193,177,33); }

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

background-color css

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

 a { background-color: rgb(193,177,33); }

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

border-color css

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

 span { border-color: rgb(193,177,33); }

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