Html Css Color HEX #C0C642 Celery

📋 copy color: '#C0C642'

red 192 ◦ green 198 ◦ blue 66

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

Shades of Celery #C0C642

Tints of Celery #C0C642

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

 BLUE value IS 66 (26.17% from 255) = 14.47%

R = 42.11%
G = 43.42%
B = 14.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C0C642 (or 0xC0C642) is known color: Celery. HEX triplet: C0, C6 and 42. RGB value is (192,198,66). Sum of RGB (Red+Green+Blue) = 192+198+66=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C642 is #3F39BD. Grayscale: #B5B5B5. Windows color (decimal): -4143550 or 4376256. OLE color: 4376256.

HSL color Cylindrical-coordinate representation of color #C0C642: hue angle of 62.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0C642 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 198 66 -
CMYK 0.03 0 0.67 0.22
HSL 62.73º 0.54% 0.52% -
HSV(B) 62.73º 0.67% 0.78% -
XYZ 42.92 51.99 12.93 -
YUV 181.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 192 198 66 0.03 0 0.67 0.22 62.73 0.54 0.52
Hex C0 C6 42 3 0 43 16 3F 36 34
Octal 300 306 102 3 0 103 26 77 66 64
Binary 11000000 11000110 1000010 11 0 1000011 10110 111111 110110 110100

Color Harmonies of #C0C642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C642

Black with #C0C642

Text Example


Text Example

White with #C0C642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C642; }

 p { color: rgb(192,198,66); }

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

background-color css

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

 a { background-color: rgb(192,198,66); }

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

border-color css

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

 span { border-color: rgb(192,198,66); }

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