Html Css Color HEX #C8B327 Earls Green

📋 copy color: '#C8B327'

red 200 ◦ green 179 ◦ blue 39

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

Shades of Earls Green #C8B327

Tints of Earls Green #C8B327

RGB

 RED value IS 200 (78.52% from 255) = 47.85%

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

 BLUE value IS 39 (15.63% from 255) = 9.33%

R = 47.85%
G = 42.82%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8B327 (or 0xC8B327) is known color: Earls Green. HEX triplet: C8, B3 and 27. RGB value is (200,179,39). Sum of RGB (Red+Green+Blue) = 200+179+39=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B327 is #374CD8. Grayscale: #A9A9A9. Windows color (decimal): -3624153 or 2601928. OLE color: 2601928.

HSL color Cylindrical-coordinate representation of color #C8B327: hue angle of 52.17º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8B327 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 39 -
CMYK 0 0.10 0.80 0.22
HSL 52.17º 0.67% 0.47% -
HSV(B) 52.17º 0.81% 0.78% -
XYZ 40.31 44.67 8.42 -
YUV 169.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 200 179 39 0 0.10 0.80 0.22 52.17 0.67 0.47
Hex C8 B3 27 0 A 50 16 34 43 2F
Octal 310 263 47 0 12 120 26 64 103 57
Binary 11001000 10110011 100111 0 1010 1010000 10110 110100 1000011 101111

Color Harmonies of #C8B327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B327

Black with #C8B327

Text Example


Text Example

White with #C8B327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B327; }

 p { color: rgb(200,179,39); }

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

background-color css

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

 a { background-color: rgb(200,179,39); }

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

border-color css

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

 span { border-color: rgb(200,179,39); }

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