Html Css Color HEX #C1B929 Earls Green

📋 copy color: '#C1B929'

red 193 ◦ green 185 ◦ blue 41

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

Shades of Earls Green #C1B929

Tints of Earls Green #C1B929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.15%

 BLUE value IS 41 (16.41% from 255) = 9.79%

R = 46.06%
G = 44.15%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C1B929 (or 0xC1B929) is known color: Earls Green. HEX triplet: C1, B9 and 29. RGB value is (193,185,41). Sum of RGB (Red+Green+Blue) = 193+185+41=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B929 is #3E46D6. Grayscale: #ABABAB. Windows color (decimal): -4081367 or 2734529. OLE color: 2734529.

HSL color Cylindrical-coordinate representation of color #C1B929: hue angle of 56.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1B929 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 185 41 -
CMYK 0 0.04 0.79 0.24
HSL 56.84º 0.65% 0.46% -
HSV(B) 56.84º 0.79% 0.76% -
XYZ 39.74 46.2 8.92 -
YUV 170.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 193 185 41 0 0.04 0.79 0.24 56.84 0.65 0.46
Hex C1 B9 29 0 4 4F 18 39 41 2E
Octal 301 271 51 0 4 117 30 71 101 56
Binary 11000001 10111001 101001 0 100 1001111 11000 111001 1000001 101110

Color Harmonies of #C1B929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B929

Black with #C1B929

Text Example


Text Example

White with #C1B929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B929; }

 p { color: rgb(193,185,41); }

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

background-color css

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

 a { background-color: rgb(193,185,41); }

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

border-color css

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

 span { border-color: rgb(193,185,41); }

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