Html Css Color HEX #C4CD4A Celery

📋 copy color: '#C4CD4A'

red 196 ◦ green 205 ◦ blue 74

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

Shades of Celery #C4CD4A

Tints of Celery #C4CD4A

RGB

 RED value IS 196 (76.95% from 255) = 41.26%

 GREEN value IS 205 (80.47% from 255) = 43.16%

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

R = 41.26%
G = 43.16%
B = 15.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#C4CD4A (or 0xC4CD4A) is known color: Celery. HEX triplet: C4, CD and 4A. RGB value is (196,205,74). Sum of RGB (Red+Green+Blue) = 196+205+74=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CD4A is #3B32B5. Grayscale: #BBBBBB. Windows color (decimal): -3879606 or 4902340. OLE color: 4902340.

HSL color Cylindrical-coordinate representation of color #C4CD4A: hue angle of 64.12º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4CD4A is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 205 74 -
CMYK 0.04 0 0.64 0.20
HSL 64.12º 0.57% 0.55% -
HSV(B) 64.12º 0.64% 0.8% -
XYZ 45.83 55.89 14.85 -
YUV 187.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 196 205 74 0.04 0 0.64 0.20 64.12 0.57 0.55
Hex C4 CD 4A 4 0 40 14 40 39 37
Octal 304 315 112 4 0 100 24 100 71 67
Binary 11000100 11001101 1001010 100 0 1000000 10100 1000000 111001 110111

Color Harmonies of #C4CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CD4A

Black with #C4CD4A

Text Example


Text Example

White with #C4CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CD4A; }

 p { color: rgb(196,205,74); }

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

background-color css

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

 a { background-color: rgb(196,205,74); }

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

border-color css

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

 span { border-color: rgb(196,205,74); }

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