Html Css Color HEX #C1B421 Earls Green

📋 copy color: '#C1B421'

red 193 ◦ green 180 ◦ blue 33

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

Shades of Earls Green #C1B421

Tints of Earls Green #C1B421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.33%

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

R = 47.54%
G = 44.33%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1B421 (or 0xC1B421) is known color: Earls Green. HEX triplet: C1, B4 and 21. RGB value is (193,180,33). Sum of RGB (Red+Green+Blue) = 193+180+33=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B421 is #3E4BDE. Grayscale: #A7A7A7. Windows color (decimal): -4082655 or 2208961. OLE color: 2208961.

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

Color convert

RGB 193 180 33 -
CMYK 0 0.07 0.83 0.24
HSL 55.13º 0.71% 0.44% -
HSV(B) 55.13º 0.83% 0.76% -
XYZ 38.59 44.09 7.92 -
YUV 167.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 193 180 33 0 0.07 0.83 0.24 55.13 0.71 0.44
Hex C1 B4 21 0 7 53 18 37 47 2C
Octal 301 264 41 0 7 123 30 67 107 54
Binary 11000001 10110100 100001 0 111 1010011 11000 110111 1000111 101100

Color Harmonies of #C1B421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B421

Black with #C1B421

Text Example


Text Example

White with #C1B421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B421; }

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

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

background-color css

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

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

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

border-color css

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

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

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