Html Css Color HEX #C6B31F Earls Green

📋 copy color: '#C6B31F'

red 198 ◦ green 179 ◦ blue 31

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

Shades of Earls Green #C6B31F

Tints of Earls Green #C6B31F

RGB

 RED value IS 198 (77.73% from 255) = 48.53%

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

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

R = 48.53%
G = 43.87%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6B31F (or 0xC6B31F) is known color: Earls Green. HEX triplet: C6, B3 and 1F. RGB value is (198,179,31). Sum of RGB (Red+Green+Blue) = 198+179+31=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B31F is #394CE0. Grayscale: #A8A8A8. Windows color (decimal): -3755233 or 2077638. OLE color: 2077638.

HSL color Cylindrical-coordinate representation of color #C6B31F: hue angle of 53.17º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6B31F is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 179 31 -
CMYK 0 0.10 0.84 0.22
HSL 53.17º 0.73% 0.45% -
HSV(B) 53.17º 0.84% 0.78% -
XYZ 39.66 44.34 7.77 -
YUV 167.81 50.79 149.53 -
System Red Green Blue C M Y K H S L
Decimal 198 179 31 0 0.10 0.84 0.22 53.17 0.73 0.45
Hex C6 B3 1F 0 A 54 16 35 49 2D
Octal 306 263 37 0 12 124 26 65 111 55
Binary 11000110 10110011 11111 0 1010 1010100 10110 110101 1001001 101101

Color Harmonies of #C6B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B31F

Black with #C6B31F

Text Example


Text Example

White with #C6B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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