Html Css Color HEX #C2C94A Celery

📋 copy color: '#C2C94A'

red 194 ◦ green 201 ◦ blue 74

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

Shades of Celery #C2C94A

Tints of Celery #C2C94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 74 (29.3% from 255) = 15.78%

R = 41.36%
G = 42.86%
B = 15.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C2C94A (or 0xC2C94A) is known color: Celery. HEX triplet: C2, C9 and 4A. RGB value is (194,201,74). Sum of RGB (Red+Green+Blue) = 194+201+74=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C94A is #3D36B5. Grayscale: #B8B8B8. Windows color (decimal): -4011702 or 4901314. OLE color: 4901314.

HSL color Cylindrical-coordinate representation of color #C2C94A: hue angle of 63.31º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2C94A is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 201 74 -
CMYK 0.03 0 0.63 0.21
HSL 63.31º 0.54% 0.54% -
HSV(B) 63.31º 0.63% 0.79% -
XYZ 44.37 53.74 14.51 -
YUV 184.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 194 201 74 0.03 0 0.63 0.21 63.31 0.54 0.54
Hex C2 C9 4A 3 0 3F 15 3F 36 36
Octal 302 311 112 3 0 77 25 77 66 66
Binary 11000010 11001001 1001010 11 0 111111 10101 111111 110110 110110

Color Harmonies of #C2C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C94A

Black with #C2C94A

Text Example


Text Example

White with #C2C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C94A; }

 p { color: rgb(194,201,74); }

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

background-color css

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

 a { background-color: rgb(194,201,74); }

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

border-color css

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

 span { border-color: rgb(194,201,74); }

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