Html Css Color HEX #C1B327 Earls Green

📋 copy color: '#C1B327'

red 193 ◦ green 179 ◦ blue 39

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

Shades of Earls Green #C1B327

Tints of Earls Green #C1B327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.49%

R = 46.96%
G = 43.55%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C1B327 (or 0xC1B327) is known color: Earls Green. HEX triplet: C1, B3 and 27. RGB value is (193,179,39). Sum of RGB (Red+Green+Blue) = 193+179+39=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B327 is #3E4CD8. Grayscale: #A7A7A7. Windows color (decimal): -4082905 or 2601921. OLE color: 2601921.

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

Color convert

RGB 193 179 39 -
CMYK 0 0.07 0.80 0.24
HSL 54.55º 0.66% 0.45% -
HSV(B) 54.55º 0.8% 0.76% -
XYZ 38.48 43.72 8.33 -
YUV 167.23 55.64 146.38 -
System Red Green Blue C M Y K H S L
Decimal 193 179 39 0 0.07 0.80 0.24 54.55 0.66 0.45
Hex C1 B3 27 0 7 50 18 37 42 2D
Octal 301 263 47 0 7 120 30 67 102 55
Binary 11000001 10110011 100111 0 111 1010000 11000 110111 1000010 101101

Color Harmonies of #C1B327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B327

Black with #C1B327

Text Example


Text Example

White with #C1B327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B327; }

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

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

background-color css

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

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

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

border-color css

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

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

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