Html Css Color HEX #C5CC4A Celery

📋 copy color: '#C5CC4A'

red 197 ◦ green 204 ◦ blue 74

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

Shades of Celery #C5CC4A

Tints of Celery #C5CC4A

RGB

 RED value IS 197 (77.34% from 255) = 41.47%

 GREEN value IS 204 (80.08% from 255) = 42.95%

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

R = 41.47%
G = 42.95%
B = 15.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#C5CC4A (or 0xC5CC4A) is known color: Celery. HEX triplet: C5, CC and 4A. RGB value is (197,204,74). Sum of RGB (Red+Green+Blue) = 197+204+74=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC4A is #3A33B5. Grayscale: #BBBBBB. Windows color (decimal): -3814326 or 4902085. OLE color: 4902085.

HSL color Cylindrical-coordinate representation of color #C5CC4A: hue angle of 63.23º degrees, saturation: 0.56, 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 #C5CC4A is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 204 74 -
CMYK 0.03 0 0.64 0.2
HSL 63.23º 0.56% 0.55% -
HSV(B) 63.23º 0.64% 0.8% -
XYZ 45.85 55.55 14.78 -
YUV 187.09 64.18 135.07 -
System Red Green Blue C M Y K H S L
Decimal 197 204 74 0.03 0 0.64 0.2 63.23 0.56 0.55
Hex C5 CC 4A 3 0 40 14 3F 38 37
Octal 305 314 112 3 0 100 24 77 70 67
Binary 11000101 11001100 1001010 11 0 1000000 10100 111111 111000 110111

Color Harmonies of #C5CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CC4A

Black with #C5CC4A

Text Example


Text Example

White with #C5CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CC4A; }

 p { color: rgb(197,204,74); }

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

background-color css

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

 a { background-color: rgb(197,204,74); }

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

border-color css

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

 span { border-color: rgb(197,204,74); }

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