Html Css Color HEX #C3A71B Earls Green

📋 copy color: '#C3A71B'

red 195 ◦ green 167 ◦ blue 27

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

Shades of Earls Green #C3A71B

Tints of Earls Green #C3A71B

RGB

 RED value IS 195 (76.56% from 255) = 50.13%

 GREEN value IS 167 (65.63% from 255) = 42.93%

 BLUE value IS 27 (10.94% from 255) = 6.94%

R = 50.13%
G = 42.93%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3A71B (or 0xC3A71B) is known color: Earls Green. HEX triplet: C3, A7 and 1B. RGB value is (195,167,27). Sum of RGB (Red+Green+Blue) = 195+167+27=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A71B is #3C58E4. Grayscale: #A0A0A0. Windows color (decimal): -3954917 or 1812419. OLE color: 1812419.

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

Color convert

RGB 195 167 27 -
CMYK 0 0.14 0.86 0.24
HSL 50º 0.76% 0.44% -
HSV(B) 50º 0.86% 0.76% -
XYZ 36.52 39.32 6.7 -
YUV 159.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 195 167 27 0 0.14 0.86 0.24 50 0.76 0.44
Hex C3 A7 1B 0 E 56 18 32 4C 2C
Octal 303 247 33 0 16 126 30 62 114 54
Binary 11000011 10100111 11011 0 1110 1010110 11000 110010 1001100 101100

Color Harmonies of #C3A71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A71B

Black with #C3A71B

Text Example


Text Example

White with #C3A71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A71B; }

 p { color: rgb(195,167,27); }

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

background-color css

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

 a { background-color: rgb(195,167,27); }

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

border-color css

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

 span { border-color: rgb(195,167,27); }

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