Html Css Color HEX #C1B024 Earls Green

📋 copy color: '#C1B024'

red 193 ◦ green 176 ◦ blue 36

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

Shades of Earls Green #C1B024

Tints of Earls Green #C1B024

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.46%

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

R = 47.65%
G = 43.46%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C1B024 (or 0xC1B024) is known color: Earls Green. HEX triplet: C1, B0 and 24. RGB value is (193,176,36). Sum of RGB (Red+Green+Blue) = 193+176+36=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B024 is #3E4FDB. Grayscale: #A5A5A5. Windows color (decimal): -4083676 or 2404545. OLE color: 2404545.

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

Color convert

RGB 193 176 36 -
CMYK 0 0.09 0.81 0.24
HSL 53.5º 0.69% 0.45% -
HSV(B) 53.5º 0.81% 0.76% -
XYZ 37.84 42.52 7.88 -
YUV 165.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 193 176 36 0 0.09 0.81 0.24 53.5 0.69 0.45
Hex C1 B0 24 0 9 51 18 36 45 2D
Octal 301 260 44 0 11 121 30 66 105 55
Binary 11000001 10110000 100100 0 1001 1010001 11000 110110 1000101 101101

Color Harmonies of #C1B024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B024

Black with #C1B024

Text Example


Text Example

White with #C1B024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B024; }

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

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

background-color css

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

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

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

border-color css

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

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

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