Html Css Color HEX #C8B028 Earls Green

📋 copy color: '#C8B028'

red 200 ◦ green 176 ◦ blue 40

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

Shades of Earls Green #C8B028

Tints of Earls Green #C8B028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.31%

 BLUE value IS 40 (16.02% from 255) = 9.62%

R = 48.08%
G = 42.31%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C8B028 (or 0xC8B028) is known color: Earls Green. HEX triplet: C8, B0 and 28. RGB value is (200,176,40). Sum of RGB (Red+Green+Blue) = 200+176+40=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B028 is #374FD7. Grayscale: #A8A8A8. Windows color (decimal): -3624920 or 2666696. OLE color: 2666696.

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

Color convert

RGB 200 176 40 -
CMYK 0 0.12 0.8 0.22
HSL 51º 0.67% 0.47% -
HSV(B) 51º 0.8% 0.78% -
XYZ 39.73 43.48 8.31 -
YUV 167.67 55.95 151.06 -
System Red Green Blue C M Y K H S L
Decimal 200 176 40 0 0.12 0.8 0.22 51 0.67 0.47
Hex C8 B0 28 0 C 50 16 33 43 2F
Octal 310 260 50 0 14 120 26 63 103 57
Binary 11001000 10110000 101000 0 1100 1010000 10110 110011 1000011 101111

Color Harmonies of #C8B028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B028

Black with #C8B028

Text Example


Text Example

White with #C8B028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B028; }

 p { color: rgb(200,176,40); }

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

background-color css

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

 a { background-color: rgb(200,176,40); }

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

border-color css

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

 span { border-color: rgb(200,176,40); }

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