Html Css Color HEX #C1B721 Earls Green

📋 copy color: '#C1B721'

red 193 ◦ green 183 ◦ blue 33

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

Shades of Earls Green #C1B721

Tints of Earls Green #C1B721

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.74%

 BLUE value IS 33 (13.28% from 255) = 8.07%

R = 47.19%
G = 44.74%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1B721 (or 0xC1B721) is known color: Earls Green. HEX triplet: C1, B7 and 21. RGB value is (193,183,33). Sum of RGB (Red+Green+Blue) = 193+183+33=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B721 is #3E48DE. Grayscale: #A9A9A9. Windows color (decimal): -4081887 or 2209729. OLE color: 2209729.

HSL color Cylindrical-coordinate representation of color #C1B721: hue angle of 56.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1B721 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 183 33 -
CMYK 0 0.05 0.83 0.24
HSL 56.25º 0.71% 0.44% -
HSV(B) 56.25º 0.83% 0.76% -
XYZ 39.2 45.31 8.12 -
YUV 168.89 51.31 145.2 -
System Red Green Blue C M Y K H S L
Decimal 193 183 33 0 0.05 0.83 0.24 56.25 0.71 0.44
Hex C1 B7 21 0 5 53 18 38 47 2C
Octal 301 267 41 0 5 123 30 70 107 54
Binary 11000001 10110111 100001 0 101 1010011 11000 111000 1000111 101100

Color Harmonies of #C1B721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B721

Black with #C1B721

Text Example


Text Example

White with #C1B721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B721; }

 p { color: rgb(193,183,33); }

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

background-color css

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

 a { background-color: rgb(193,183,33); }

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

border-color css

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

 span { border-color: rgb(193,183,33); }

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