Html Css Color HEX #C6B223 Earls Green

📋 copy color: '#C6B223'

red 198 ◦ green 178 ◦ blue 35

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

Shades of Earls Green #C6B223

Tints of Earls Green #C6B223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.31%

 BLUE value IS 35 (14.06% from 255) = 8.52%

R = 48.18%
G = 43.31%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C6B223 (or 0xC6B223) is known color: Earls Green. HEX triplet: C6, B2 and 23. RGB value is (198,178,35). Sum of RGB (Red+Green+Blue) = 198+178+35=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B223 is #394DDC. Grayscale: #A8A8A8. Windows color (decimal): -3755485 or 2339526. OLE color: 2339526.

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

Color convert

RGB 198 178 35 -
CMYK 0 0.10 0.82 0.22
HSL 52.64º 0.7% 0.46% -
HSV(B) 52.64º 0.82% 0.78% -
XYZ 39.51 43.97 7.99 -
YUV 167.68 53.13 149.63 -
System Red Green Blue C M Y K H S L
Decimal 198 178 35 0 0.10 0.82 0.22 52.64 0.7 0.46
Hex C6 B2 23 0 A 52 16 35 46 2E
Octal 306 262 43 0 12 122 26 65 106 56
Binary 11000110 10110010 100011 0 1010 1010010 10110 110101 1000110 101110

Color Harmonies of #C6B223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B223

Black with #C6B223

Text Example


Text Example

White with #C6B223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B223; }

 p { color: rgb(198,178,35); }

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

background-color css

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

 a { background-color: rgb(198,178,35); }

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

border-color css

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

 span { border-color: rgb(198,178,35); }

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