Html Css Color HEX #C1B41E Earls Green

📋 copy color: '#C1B41E'

red 193 ◦ green 180 ◦ blue 30

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

Shades of Earls Green #C1B41E

Tints of Earls Green #C1B41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.44%

R = 47.89%
G = 44.67%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1B41E (or 0xC1B41E) is known color: Earls Green. HEX triplet: C1, B4 and 1E. RGB value is (193,180,30). Sum of RGB (Red+Green+Blue) = 193+180+30=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B41E is #3E4BE1. Grayscale: #A7A7A7. Windows color (decimal): -4082658 or 2012353. OLE color: 2012353.

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

Color convert

RGB 193 180 30 -
CMYK 0 0.07 0.84 0.24
HSL 55.21º 0.73% 0.44% -
HSV(B) 55.21º 0.84% 0.76% -
XYZ 38.55 44.07 7.7 -
YUV 166.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 193 180 30 0 0.07 0.84 0.24 55.21 0.73 0.44
Hex C1 B4 1E 0 7 54 18 37 49 2C
Octal 301 264 36 0 7 124 30 67 111 54
Binary 11000001 10110100 11110 0 111 1010100 11000 110111 1001001 101100

Color Harmonies of #C1B41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B41E

Black with #C1B41E

Text Example


Text Example

White with #C1B41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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