Html Css Color HEX #C3AF1B Earls Green

📋 copy color: '#C3AF1B'

red 195 ◦ green 175 ◦ blue 27

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

Shades of Earls Green #C3AF1B

Tints of Earls Green #C3AF1B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.08%

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

R = 49.12%
G = 44.08%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3AF1B (or 0xC3AF1B) is known color: Earls Green. HEX triplet: C3, AF and 1B. RGB value is (195,175,27). Sum of RGB (Red+Green+Blue) = 195+175+27=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF1B is #3C50E4. Grayscale: #A4A4A4. Windows color (decimal): -3952869 or 1814467. OLE color: 1814467.

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

Color convert

RGB 195 175 27 -
CMYK 0 0.10 0.86 0.24
HSL 52.86º 0.76% 0.44% -
HSV(B) 52.86º 0.86% 0.76% -
XYZ 38.03 42.34 7.2 -
YUV 164.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 195 175 27 0 0.10 0.86 0.24 52.86 0.76 0.44
Hex C3 AF 1B 0 A 56 18 35 4C 2C
Octal 303 257 33 0 12 126 30 65 114 54
Binary 11000011 10101111 11011 0 1010 1010110 11000 110101 1001100 101100

Color Harmonies of #C3AF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF1B

Black with #C3AF1B

Text Example


Text Example

White with #C3AF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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