Html Css Color HEX #C0C341 Celery

📋 copy color: '#C0C341'

red 192 ◦ green 195 ◦ blue 65

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

Shades of Celery #C0C341

Tints of Celery #C0C341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

 BLUE value IS 65 (25.78% from 255) = 14.38%

R = 42.48%
G = 43.14%
B = 14.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C0C341 (or 0xC0C341) is known color: Celery. HEX triplet: C0, C3 and 41. RGB value is (192,195,65). Sum of RGB (Red+Green+Blue) = 192+195+65=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C341 is #3F3CBE. Grayscale: #B3B3B3. Windows color (decimal): -4144319 or 4309952. OLE color: 4309952.

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

Color convert

RGB 192 195 65 -
CMYK 0.02 0 0.67 0.24
HSL 61.38º 0.52% 0.51% -
HSV(B) 61.38º 0.67% 0.76% -
XYZ 42.21 50.62 12.55 -
YUV 179.28 63.51 137.07 -
System Red Green Blue C M Y K H S L
Decimal 192 195 65 0.02 0 0.67 0.24 61.38 0.52 0.51
Hex C0 C3 41 2 0 43 18 3D 34 33
Octal 300 303 101 2 0 103 30 75 64 63
Binary 11000000 11000011 1000001 10 0 1000011 11000 111101 110100 110011

Color Harmonies of #C0C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C341

Black with #C0C341

Text Example


Text Example

White with #C0C341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C341; }

 p { color: rgb(192,195,65); }

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

background-color css

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

 a { background-color: rgb(192,195,65); }

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

border-color css

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

 span { border-color: rgb(192,195,65); }

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