Html Css Color HEX #C8B01C Earls Green

📋 copy color: '#C8B01C'

red 200 ◦ green 176 ◦ blue 28

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

Shades of Earls Green #C8B01C

Tints of Earls Green #C8B01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.93%

R = 49.5%
G = 43.56%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8B01C (or 0xC8B01C) is known color: Earls Green. HEX triplet: C8, B0 and 1C. RGB value is (200,176,28). Sum of RGB (Red+Green+Blue) = 200+176+28=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B01C is #374FE3. Grayscale: #A6A6A6. Windows color (decimal): -3624932 or 1880264. OLE color: 1880264.

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

Color convert

RGB 200 176 28 -
CMYK 0 0.12 0.86 0.22
HSL 51.63º 0.75% 0.45% -
HSV(B) 51.63º 0.86% 0.78% -
XYZ 39.55 43.41 7.39 -
YUV 166.3 49.95 152.03 -
System Red Green Blue C M Y K H S L
Decimal 200 176 28 0 0.12 0.86 0.22 51.63 0.75 0.45
Hex C8 B0 1C 0 C 56 16 34 4B 2D
Octal 310 260 34 0 14 126 26 64 113 55
Binary 11001000 10110000 11100 0 1100 1010110 10110 110100 1001011 101101

Color Harmonies of #C8B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B01C

Black with #C8B01C

Text Example


Text Example

White with #C8B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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