Html Css Color HEX #C1B827 Earls Green

📋 copy color: '#C1B827'

red 193 ◦ green 184 ◦ blue 39

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

Shades of Earls Green #C1B827

Tints of Earls Green #C1B827

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

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

R = 46.39%
G = 44.23%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C1B827 (or 0xC1B827) is known color: Earls Green. HEX triplet: C1, B8 and 27. RGB value is (193,184,39). Sum of RGB (Red+Green+Blue) = 193+184+39=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B827 is #3E47D8. Grayscale: #AAAAAA. Windows color (decimal): -4081625 or 2603201. OLE color: 2603201.

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

Color convert

RGB 193 184 39 -
CMYK 0 0.05 0.80 0.24
HSL 56.49º 0.66% 0.45% -
HSV(B) 56.49º 0.8% 0.76% -
XYZ 39.5 45.76 8.67 -
YUV 170.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 193 184 39 0 0.05 0.80 0.24 56.49 0.66 0.45
Hex C1 B8 27 0 5 50 18 38 42 2D
Octal 301 270 47 0 5 120 30 70 102 55
Binary 11000001 10111000 100111 0 101 1010000 11000 111000 1000010 101101

Color Harmonies of #C1B827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B827

Black with #C1B827

Text Example


Text Example

White with #C1B827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B827; }

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

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

background-color css

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

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

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

border-color css

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

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

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