Html Css Color HEX #C3B222 Earls Green

📋 copy color: '#C3B222'

red 195 ◦ green 178 ◦ blue 34

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

Shades of Earls Green #C3B222

Tints of Earls Green #C3B222

RGB

 RED value IS 195 (76.56% from 255) = 47.91%

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

 BLUE value IS 34 (13.67% from 255) = 8.35%

R = 47.91%
G = 43.73%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C3B222 (or 0xC3B222) is known color: Earls Green. HEX triplet: C3, B2 and 22. RGB value is (195,178,34). Sum of RGB (Red+Green+Blue) = 195+178+34=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B222 is #3C4DDD. Grayscale: #A7A7A7. Windows color (decimal): -3952094 or 2273987. OLE color: 2273987.

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

Color convert

RGB 195 178 34 -
CMYK 0 0.09 0.83 0.24
HSL 53.66º 0.7% 0.45% -
HSV(B) 53.66º 0.83% 0.76% -
XYZ 38.71 43.56 7.88 -
YUV 166.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 195 178 34 0 0.09 0.83 0.24 53.66 0.7 0.45
Hex C3 B2 22 0 9 53 18 36 46 2D
Octal 303 262 42 0 11 123 30 66 106 55
Binary 11000011 10110010 100010 0 1001 1010011 11000 110110 1000110 101101

Color Harmonies of #C3B222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B222

Black with #C3B222

Text Example


Text Example

White with #C3B222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B222; }

 p { color: rgb(195,178,34); }

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

background-color css

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

 a { background-color: rgb(195,178,34); }

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

border-color css

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

 span { border-color: rgb(195,178,34); }

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