Html Css Color HEX #C0B223 Earls Green

📋 copy color: '#C0B223'

red 192 ◦ green 178 ◦ blue 35

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

Shades of Earls Green #C0B223

Tints of Earls Green #C0B223

RGB

 RED value IS 192 (75.39% from 255) = 47.41%

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

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

R = 47.41%
G = 43.95%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C0B223 (or 0xC0B223) is known color: Earls Green. HEX triplet: C0, B2 and 23. RGB value is (192,178,35). Sum of RGB (Red+Green+Blue) = 192+178+35=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B223 is #3F4DDC. Grayscale: #A6A6A6. Windows color (decimal): -4148701 or 2339520. OLE color: 2339520.

HSL color Cylindrical-coordinate representation of color #C0B223: hue angle of 54.65º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0B223 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 35 -
CMYK 0 0.07 0.82 0.25
HSL 54.65º 0.69% 0.45% -
HSV(B) 54.65º 0.82% 0.75% -
XYZ 37.96 43.17 7.92 -
YUV 165.88 54.14 146.63 -
System Red Green Blue C M Y K H S L
Decimal 192 178 35 0 0.07 0.82 0.25 54.65 0.69 0.45
Hex C0 B2 23 0 7 52 19 37 45 2D
Octal 300 262 43 0 7 122 31 67 105 55
Binary 11000000 10110010 100011 0 111 1010010 11001 110111 1000101 101101

Color Harmonies of #C0B223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B223

Black with #C0B223

Text Example


Text Example

White with #C0B223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B223; }

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

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

background-color css

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

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

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

border-color css

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

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

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