Html Css Color HEX #C1B324 Earls Green

📋 copy color: '#C1B324'

red 193 ◦ green 179 ◦ blue 36

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

Shades of Earls Green #C1B324

Tints of Earls Green #C1B324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.87%

 BLUE value IS 36 (14.45% from 255) = 8.82%

R = 47.3%
G = 43.87%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C1B324 (or 0xC1B324) is known color: Earls Green. HEX triplet: C1, B3 and 24. RGB value is (193,179,36). Sum of RGB (Red+Green+Blue) = 193+179+36=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B324 is #3E4CDB. Grayscale: #A7A7A7. Windows color (decimal): -4082908 or 2405313. OLE color: 2405313.

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

Color convert

RGB 193 179 36 -
CMYK 0 0.07 0.81 0.24
HSL 54.65º 0.69% 0.45% -
HSV(B) 54.65º 0.81% 0.76% -
XYZ 38.43 43.71 8.08 -
YUV 166.88 54.14 146.63 -
System Red Green Blue C M Y K H S L
Decimal 193 179 36 0 0.07 0.81 0.24 54.65 0.69 0.45
Hex C1 B3 24 0 7 51 18 37 45 2D
Octal 301 263 44 0 7 121 30 67 105 55
Binary 11000001 10110011 100100 0 111 1010001 11000 110111 1000101 101101

Color Harmonies of #C1B324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B324

Black with #C1B324

Text Example


Text Example

White with #C1B324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B324; }

 p { color: rgb(193,179,36); }

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

background-color css

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

 a { background-color: rgb(193,179,36); }

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

border-color css

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

 span { border-color: rgb(193,179,36); }

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