Html Css Color HEX #C0C14B Celery

📋 copy color: '#C0C14B'

red 192 ◦ green 193 ◦ blue 75

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

Shades of Celery #C0C14B

Tints of Celery #C0C14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.3%

R = 41.74%
G = 41.96%
B = 16.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C0C14B (or 0xC0C14B) is known color: Celery. HEX triplet: C0, C1 and 4B. RGB value is (192,193,75). Sum of RGB (Red+Green+Blue) = 192+193+75=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C14B is #3F3EB4. Grayscale: #B3B3B3. Windows color (decimal): -4144821 or 4964800. OLE color: 4964800.

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

Color convert

RGB 192 193 75 -
CMYK 0.01 0 0.61 0.24
HSL 60.51º 0.49% 0.53% -
HSV(B) 60.51º 0.61% 0.76% -
XYZ 42.08 49.85 14.06 -
YUV 179.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 192 193 75 0.01 0 0.61 0.24 60.51 0.49 0.53
Hex C0 C1 4B 1 0 3D 18 3D 31 35
Octal 300 301 113 1 0 75 30 75 61 65
Binary 11000000 11000001 1001011 1 0 111101 11000 111101 110001 110101

Color Harmonies of #C0C14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C14B

Black with #C0C14B

Text Example


Text Example

White with #C0C14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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