Html Css Color HEX #C3AB1B Earls Green

📋 copy color: '#C3AB1B'

red 195 ◦ green 171 ◦ blue 27

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

Shades of Earls Green #C3AB1B

Tints of Earls Green #C3AB1B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.51%

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

R = 49.62%
G = 43.51%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3AB1B (or 0xC3AB1B) is known color: Earls Green. HEX triplet: C3, AB and 1B. RGB value is (195,171,27). Sum of RGB (Red+Green+Blue) = 195+171+27=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB1B is #3C54E4. Grayscale: #A2A2A2. Windows color (decimal): -3953893 or 1813443. OLE color: 1813443.

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

Color convert

RGB 195 171 27 -
CMYK 0 0.12 0.86 0.24
HSL 51.43º 0.76% 0.44% -
HSV(B) 51.43º 0.86% 0.76% -
XYZ 37.27 40.81 6.95 -
YUV 161.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 195 171 27 0 0.12 0.86 0.24 51.43 0.76 0.44
Hex C3 AB 1B 0 C 56 18 33 4C 2C
Octal 303 253 33 0 14 126 30 63 114 54
Binary 11000011 10101011 11011 0 1100 1010110 11000 110011 1001100 101100

Color Harmonies of #C3AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB1B

Black with #C3AB1B

Text Example


Text Example

White with #C3AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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