Html Css Color HEX #C8B227 Earls Green

📋 copy color: '#C8B227'

red 200 ◦ green 178 ◦ blue 39

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

Shades of Earls Green #C8B227

Tints of Earls Green #C8B227

RGB

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

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

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

R = 47.96%
G = 42.69%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C8B227 (or 0xC8B227) is known color: Earls Green. HEX triplet: C8, B2 and 27. RGB value is (200,178,39). Sum of RGB (Red+Green+Blue) = 200+178+39=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B227 is #374DD8. Grayscale: #A9A9A9. Windows color (decimal): -3624409 or 2601672. OLE color: 2601672.

HSL color Cylindrical-coordinate representation of color #C8B227: hue angle of 51.8º 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 #C8B227 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 178 39 -
CMYK 0 0.11 0.80 0.22
HSL 51.8º 0.67% 0.47% -
HSV(B) 51.8º 0.81% 0.78% -
XYZ 40.11 44.27 8.35 -
YUV 168.73 54.79 150.3 -
System Red Green Blue C M Y K H S L
Decimal 200 178 39 0 0.11 0.80 0.22 51.8 0.67 0.47
Hex C8 B2 27 0 B 50 16 34 43 2F
Octal 310 262 47 0 13 120 26 64 103 57
Binary 11001000 10110010 100111 0 1011 1010000 10110 110100 1000011 101111

Color Harmonies of #C8B227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B227

Black with #C8B227

Text Example


Text Example

White with #C8B227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B227; }

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

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

background-color css

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

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

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

border-color css

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

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

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