Html Css Color HEX #C3C94A Celery

📋 copy color: '#C3C94A'

red 195 ◦ green 201 ◦ blue 74

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

Shades of Celery #C3C94A

Tints of Celery #C3C94A

RGB

 RED value IS 195 (76.56% from 255) = 41.49%

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

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

R = 41.49%
G = 42.77%
B = 15.74%

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

#C3C94A (or 0xC3C94A) is known color: Celery. HEX triplet: C3, C9 and 4A. RGB value is (195,201,74). Sum of RGB (Red+Green+Blue) = 195+201+74=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C94A is #3C36B5. Grayscale: #B9B9B9. Windows color (decimal): -3946166 or 4901315. OLE color: 4901315.

HSL color Cylindrical-coordinate representation of color #C3C94A: hue angle of 62.83º 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 #C3C94A is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 201 74 -
CMYK 0.03 0 0.63 0.21
HSL 62.83º 0.54% 0.54% -
HSV(B) 62.83º 0.63% 0.79% -
XYZ 44.63 53.87 14.52 -
YUV 184.73 65.51 135.33 -
System Red Green Blue C M Y K H S L
Decimal 195 201 74 0.03 0 0.63 0.21 62.83 0.54 0.54
Hex C3 C9 4A 3 0 3F 15 3F 36 36
Octal 303 311 112 3 0 77 25 77 66 66
Binary 11000011 11001001 1001010 11 0 111111 10101 111111 110110 110110

Color Harmonies of #C3C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C94A

Black with #C3C94A

Text Example


Text Example

White with #C3C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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