Html Css Color HEX #C0C254 Celery

📋 copy color: '#C0C254'

red 192 ◦ green 194 ◦ blue 84

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

Shades of Celery #C0C254

Tints of Celery #C0C254

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

 BLUE value IS 84 (33.2% from 255) = 17.87%

R = 40.85%
G = 41.28%
B = 17.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C0C254 (or 0xC0C254) is known color: Celery. HEX triplet: C0, C2 and 54. RGB value is (192,194,84). Sum of RGB (Red+Green+Blue) = 192+194+84=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C254 is #3F3DAB. Grayscale: #B5B5B5. Windows color (decimal): -4144556 or 5554880. OLE color: 5554880.

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

Color convert

RGB 192 194 84 -
CMYK 0.01 0 0.57 0.24
HSL 61.09º 0.47% 0.55% -
HSV(B) 61.09º 0.57% 0.76% -
XYZ 42.63 50.43 15.87 -
YUV 180.86 73.34 135.94 -
System Red Green Blue C M Y K H S L
Decimal 192 194 84 0.01 0 0.57 0.24 61.09 0.47 0.55
Hex C0 C2 54 1 0 39 18 3D 2F 37
Octal 300 302 124 1 0 71 30 75 57 67
Binary 11000000 11000010 1010100 1 0 111001 11000 111101 101111 110111

Color Harmonies of #C0C254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C254

Black with #C0C254

Text Example


Text Example

White with #C0C254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C254; }

 p { color: rgb(192,194,84); }

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

background-color css

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

 a { background-color: rgb(192,194,84); }

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

border-color css

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

 span { border-color: rgb(192,194,84); }

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