Html Css Color HEX #C2C53D Celery

📋 copy color: '#C2C53D'

red 194 ◦ green 197 ◦ blue 61

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

Shades of Celery #C2C53D

Tints of Celery #C2C53D

RGB

 RED value IS 194 (76.17% from 255) = 42.92%

 GREEN value IS 197 (77.34% from 255) = 43.58%

 BLUE value IS 61 (24.22% from 255) = 13.5%

R = 42.92%
G = 43.58%
B = 13.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C2C53D (or 0xC2C53D) is known color: Celery. HEX triplet: C2, C5 and 3D. RGB value is (194,197,61). Sum of RGB (Red+Green+Blue) = 194+197+61=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C53D is #3D3AC2. Grayscale: #B5B5B5. Windows color (decimal): -4012739 or 4048322. OLE color: 4048322.

HSL color Cylindrical-coordinate representation of color #C2C53D: hue angle of 61.32º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2C53D is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 61 -
CMYK 0.02 0 0.69 0.23
HSL 61.32º 0.54% 0.51% -
HSV(B) 61.32º 0.69% 0.77% -
XYZ 43.06 51.74 12.13 -
YUV 180.6 60.51 137.56 -
System Red Green Blue C M Y K H S L
Decimal 194 197 61 0.02 0 0.69 0.23 61.32 0.54 0.51
Hex C2 C5 3D 2 0 45 17 3D 36 33
Octal 302 305 75 2 0 105 27 75 66 63
Binary 11000010 11000101 111101 10 0 1000101 10111 111101 110110 110011

Color Harmonies of #C2C53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C53D

Black with #C2C53D

Text Example


Text Example

White with #C2C53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C53D; }

 p { color: rgb(194,197,61); }

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

background-color css

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

 a { background-color: rgb(194,197,61); }

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

border-color css

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

 span { border-color: rgb(194,197,61); }

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