Html Css Color HEX #C2B31F Earls Green

📋 copy color: '#C2B31F'

red 194 ◦ green 179 ◦ blue 31

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

Shades of Earls Green #C2B31F

Tints of Earls Green #C2B31F

RGB

 RED value IS 194 (76.17% from 255) = 48.02%

 GREEN value IS 179 (70.31% from 255) = 44.31%

 BLUE value IS 31 (12.5% from 255) = 7.67%

R = 48.02%
G = 44.31%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2B31F (or 0xC2B31F) is known color: Earls Green. HEX triplet: C2, B3 and 1F. RGB value is (194,179,31). Sum of RGB (Red+Green+Blue) = 194+179+31=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B31F is #3D4CE0. Grayscale: #A7A7A7. Windows color (decimal): -4017377 or 2077634. OLE color: 2077634.

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

Color convert

RGB 194 179 31 -
CMYK 0 0.08 0.84 0.24
HSL 54.48º 0.72% 0.44% -
HSV(B) 54.48º 0.84% 0.76% -
XYZ 38.62 43.81 7.72 -
YUV 166.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 194 179 31 0 0.08 0.84 0.24 54.48 0.72 0.44
Hex C2 B3 1F 0 8 54 18 36 48 2C
Octal 302 263 37 0 10 124 30 66 110 54
Binary 11000010 10110011 11111 0 1000 1010100 11000 110110 1001000 101100

Color Harmonies of #C2B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B31F

Black with #C2B31F

Text Example


Text Example

White with #C2B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B31F; }

 p { color: rgb(194,179,31); }

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

background-color css

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

 a { background-color: rgb(194,179,31); }

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

border-color css

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

 span { border-color: rgb(194,179,31); }

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