Html Css Color HEX #C4B11F Earls Green

📋 copy color: '#C4B11F'

red 196 ◦ green 177 ◦ blue 31

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

Shades of Earls Green #C4B11F

Tints of Earls Green #C4B11F

RGB

 RED value IS 196 (76.95% from 255) = 48.51%

 GREEN value IS 177 (69.53% from 255) = 43.81%

 BLUE value IS 31 (12.5% from 255) = 7.67%

R = 48.51%
G = 43.81%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4B11F (or 0xC4B11F) is known color: Earls Green. HEX triplet: C4, B1 and 1F. RGB value is (196,177,31). Sum of RGB (Red+Green+Blue) = 196+177+31=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B11F is #3B4EE0. Grayscale: #A6A6A6. Windows color (decimal): -3886817 or 2077124. OLE color: 2077124.

HSL color Cylindrical-coordinate representation of color #C4B11F: hue angle of 53.09º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4B11F is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 31 -
CMYK 0 0.10 0.84 0.23
HSL 53.09º 0.73% 0.45% -
HSV(B) 53.09º 0.84% 0.77% -
XYZ 38.73 43.28 7.61 -
YUV 166.04 51.79 149.37 -
System Red Green Blue C M Y K H S L
Decimal 196 177 31 0 0.10 0.84 0.23 53.09 0.73 0.45
Hex C4 B1 1F 0 A 54 17 35 49 2D
Octal 304 261 37 0 12 124 27 65 111 55
Binary 11000100 10110001 11111 0 1010 1010100 10111 110101 1001001 101101

Color Harmonies of #C4B11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B11F

Black with #C4B11F

Text Example


Text Example

White with #C4B11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B11F; }

 p { color: rgb(196,177,31); }

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

background-color css

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

 a { background-color: rgb(196,177,31); }

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

border-color css

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

 span { border-color: rgb(196,177,31); }

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