Html Css Color HEX #C0B823 Earls Green

📋 copy color: '#C0B823'

red 192 ◦ green 184 ◦ blue 35

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

Shades of Earls Green #C0B823

Tints of Earls Green #C0B823

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.77%

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

R = 46.72%
G = 44.77%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C0B823 (or 0xC0B823) is known color: Earls Green. HEX triplet: C0, B8 and 23. RGB value is (192,184,35). Sum of RGB (Red+Green+Blue) = 192+184+35=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B823 is #3F47DC. Grayscale: #AAAAAA. Windows color (decimal): -4147165 or 2341056. OLE color: 2341056.

HSL color Cylindrical-coordinate representation of color #C0B823: hue angle of 56.94º 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 #C0B823 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 35 -
CMYK 0 0.04 0.82 0.25
HSL 56.94º 0.69% 0.45% -
HSV(B) 56.94º 0.82% 0.75% -
XYZ 39.18 45.61 8.33 -
YUV 169.41 52.15 144.12 -
System Red Green Blue C M Y K H S L
Decimal 192 184 35 0 0.04 0.82 0.25 56.94 0.69 0.45
Hex C0 B8 23 0 4 52 19 39 45 2D
Octal 300 270 43 0 4 122 31 71 105 55
Binary 11000000 10111000 100011 0 100 1010010 11001 111001 1000101 101101

Color Harmonies of #C0B823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B823

Black with #C0B823

Text Example


Text Example

White with #C0B823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B823; }

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

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

background-color css

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

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

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

border-color css

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

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

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