Html Css Color HEX #C6CA4A Celery

📋 copy color: '#C6CA4A'

red 198 ◦ green 202 ◦ blue 74

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

Shades of Celery #C6CA4A

Tints of Celery #C6CA4A

RGB

 RED value IS 198 (77.73% from 255) = 41.77%

 GREEN value IS 202 (79.3% from 255) = 42.62%

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

R = 41.77%
G = 42.62%
B = 15.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C6CA4A (or 0xC6CA4A) is known color: Celery. HEX triplet: C6, CA and 4A. RGB value is (198,202,74). Sum of RGB (Red+Green+Blue) = 198+202+74=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA4A is #3935B5. Grayscale: #BABABA. Windows color (decimal): -3749302 or 4901574. OLE color: 4901574.

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

Color convert

RGB 198 202 74 -
CMYK 0.02 0 0.63 0.21
HSL 61.88º 0.55% 0.54% -
HSV(B) 61.88º 0.63% 0.79% -
XYZ 45.65 54.74 14.64 -
YUV 186.21 64.67 136.41 -
System Red Green Blue C M Y K H S L
Decimal 198 202 74 0.02 0 0.63 0.21 61.88 0.55 0.54
Hex C6 CA 4A 2 0 3F 15 3E 37 36
Octal 306 312 112 2 0 77 25 76 67 66
Binary 11000110 11001010 1001010 10 0 111111 10101 111110 110111 110110

Color Harmonies of #C6CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA4A

Black with #C6CA4A

Text Example


Text Example

White with #C6CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA4A; }

 p { color: rgb(198,202,74); }

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

background-color css

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

 a { background-color: rgb(198,202,74); }

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

border-color css

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

 span { border-color: rgb(198,202,74); }

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