Html Css Color HEX #C0C149 Celery

📋 copy color: '#C0C149'

red 192 ◦ green 193 ◦ blue 73

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

Shades of Celery #C0C149

Tints of Celery #C0C149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.14%

 BLUE value IS 73 (28.91% from 255) = 15.94%

R = 41.92%
G = 42.14%
B = 15.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C0C149 (or 0xC0C149) is known color: Celery. HEX triplet: C0, C1 and 49. RGB value is (192,193,73). Sum of RGB (Red+Green+Blue) = 192+193+73=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C149 is #3F3EB6. Grayscale: #B3B3B3. Windows color (decimal): -4144823 or 4833728. OLE color: 4833728.

HSL color Cylindrical-coordinate representation of color #C0C149: hue angle of 60.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0C149 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 193 73 -
CMYK 0.01 0 0.62 0.24
HSL 60.5º 0.49% 0.52% -
HSV(B) 60.5º 0.62% 0.76% -
XYZ 42.01 49.83 13.71 -
YUV 179.02 68.17 137.26 -
System Red Green Blue C M Y K H S L
Decimal 192 193 73 0.01 0 0.62 0.24 60.5 0.49 0.52
Hex C0 C1 49 1 0 3E 18 3C 31 34
Octal 300 301 111 1 0 76 30 74 61 64
Binary 11000000 11000001 1001001 1 0 111110 11000 111100 110001 110100

Color Harmonies of #C0C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C149

Black with #C0C149

Text Example


Text Example

White with #C0C149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C149; }

 p { color: rgb(192,193,73); }

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

background-color css

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

 a { background-color: rgb(192,193,73); }

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

border-color css

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

 span { border-color: rgb(192,193,73); }

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