Html Css Color HEX #C7B024 Earls Green

📋 copy color: '#C7B024'

red 199 ◦ green 176 ◦ blue 36

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

Shades of Earls Green #C7B024

Tints of Earls Green #C7B024

RGB

 RED value IS 199 (78.13% from 255) = 48.42%

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

 BLUE value IS 36 (14.45% from 255) = 8.76%

R = 48.42%
G = 42.82%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C7B024 (or 0xC7B024) is known color: Earls Green. HEX triplet: C7, B0 and 24. RGB value is (199,176,36). Sum of RGB (Red+Green+Blue) = 199+176+36=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B024 is #384FDB. Grayscale: #A7A7A7. Windows color (decimal): -3690460 or 2404551. OLE color: 2404551.

HSL color Cylindrical-coordinate representation of color #C7B024: hue angle of 51.53º degrees, saturation: 0.69, 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 #C7B024 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 176 36 -
CMYK 0 0.12 0.82 0.22
HSL 51.53º 0.69% 0.46% -
HSV(B) 51.53º 0.82% 0.78% -
XYZ 39.4 43.32 7.95 -
YUV 166.92 54.12 150.88 -
System Red Green Blue C M Y K H S L
Decimal 199 176 36 0 0.12 0.82 0.22 51.53 0.69 0.46
Hex C7 B0 24 0 C 52 16 34 45 2E
Octal 307 260 44 0 14 122 26 64 105 56
Binary 11000111 10110000 100100 0 1100 1010010 10110 110100 1000101 101110

Color Harmonies of #C7B024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B024

Black with #C7B024

Text Example


Text Example

White with #C7B024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B024; }

 p { color: rgb(199,176,36); }

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

background-color css

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

 a { background-color: rgb(199,176,36); }

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

border-color css

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

 span { border-color: rgb(199,176,36); }

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