Html Css Color HEX #C0C942 Celery

📋 copy color: '#C0C942'

red 192 ◦ green 201 ◦ blue 66

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

Shades of Celery #C0C942

Tints of Celery #C0C942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

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

R = 41.83%
G = 43.79%
B = 14.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C0C942 (or 0xC0C942) is known color: Celery. HEX triplet: C0, C9 and 42. RGB value is (192,201,66). Sum of RGB (Red+Green+Blue) = 192+201+66=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C942 is #3F36BD. Grayscale: #B7B7B7. Windows color (decimal): -4142782 or 4377024. OLE color: 4377024.

HSL color Cylindrical-coordinate representation of color #C0C942: hue angle of 64º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0C942 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 201 66 -
CMYK 0.04 0 0.67 0.21
HSL 64º 0.56% 0.52% -
HSV(B) 64º 0.67% 0.79% -
XYZ 43.61 53.37 13.16 -
YUV 182.92 62.02 134.48 -
System Red Green Blue C M Y K H S L
Decimal 192 201 66 0.04 0 0.67 0.21 64 0.56 0.52
Hex C0 C9 42 4 0 43 15 40 38 34
Octal 300 311 102 4 0 103 25 100 70 64
Binary 11000000 11001001 1000010 100 0 1000011 10101 1000000 111000 110100

Color Harmonies of #C0C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C942

Black with #C0C942

Text Example


Text Example

White with #C0C942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C942; }

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

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

background-color css

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

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

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

border-color css

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

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

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