Html Css Color HEX #C4B223 Earls Green

📋 copy color: '#C4B223'

red 196 ◦ green 178 ◦ blue 35

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

Shades of Earls Green #C4B223

Tints of Earls Green #C4B223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.56%

R = 47.92%
G = 43.52%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C4B223 (or 0xC4B223) is known color: Earls Green. HEX triplet: C4, B2 and 23. RGB value is (196,178,35). Sum of RGB (Red+Green+Blue) = 196+178+35=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B223 is #3B4DDC. Grayscale: #A7A7A7. Windows color (decimal): -3886557 or 2339524. OLE color: 2339524.

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

Color convert

RGB 196 178 35 -
CMYK 0 0.09 0.82 0.23
HSL 53.29º 0.7% 0.45% -
HSV(B) 53.29º 0.82% 0.77% -
XYZ 38.99 43.7 7.97 -
YUV 167.08 53.46 148.63 -
System Red Green Blue C M Y K H S L
Decimal 196 178 35 0 0.09 0.82 0.23 53.29 0.7 0.45
Hex C4 B2 23 0 9 52 17 35 46 2D
Octal 304 262 43 0 11 122 27 65 106 55
Binary 11000100 10110010 100011 0 1001 1010010 10111 110101 1000110 101101

Color Harmonies of #C4B223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B223

Black with #C4B223

Text Example


Text Example

White with #C4B223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B223; }

 p { color: rgb(196,178,35); }

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

background-color css

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

 a { background-color: rgb(196,178,35); }

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

border-color css

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

 span { border-color: rgb(196,178,35); }

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