Html Css Color HEX #C2C840 Celery

📋 copy color: '#C2C840'

red 194 ◦ green 200 ◦ blue 64

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

Shades of Celery #C2C840

Tints of Celery #C2C840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.67%

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 42.36%
G = 43.67%
B = 13.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C2C840 (or 0xC2C840) is known color: Celery. HEX triplet: C2, C8 and 40. RGB value is (194,200,64). Sum of RGB (Red+Green+Blue) = 194+200+64=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C840 is #3D37BF. Grayscale: #B7B7B7. Windows color (decimal): -4011968 or 4245698. OLE color: 4245698.

HSL color Cylindrical-coordinate representation of color #C2C840: hue angle of 62.65º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2C840 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 200 64 -
CMYK 0.03 0 0.68 0.22
HSL 62.65º 0.55% 0.52% -
HSV(B) 62.65º 0.68% 0.78% -
XYZ 43.83 53.15 12.8 -
YUV 182.7 61.01 136.06 -
System Red Green Blue C M Y K H S L
Decimal 194 200 64 0.03 0 0.68 0.22 62.65 0.55 0.52
Hex C2 C8 40 3 0 44 16 3F 37 34
Octal 302 310 100 3 0 104 26 77 67 64
Binary 11000010 11001000 1000000 11 0 1000100 10110 111111 110111 110100

Color Harmonies of #C2C840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C840

Black with #C2C840

Text Example


Text Example

White with #C2C840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C840; }

 p { color: rgb(194,200,64); }

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

background-color css

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

 a { background-color: rgb(194,200,64); }

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

border-color css

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

 span { border-color: rgb(194,200,64); }

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