Html Css Color HEX #C5CA4B Celery

📋 copy color: '#C5CA4B'

red 197 ◦ green 202 ◦ blue 75

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

Shades of Celery #C5CA4B

Tints of Celery #C5CA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.82%

R = 41.56%
G = 42.62%
B = 15.82%

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

#C5CA4B (or 0xC5CA4B) is known color: Celery. HEX triplet: C5, CA and 4B. RGB value is (197,202,75). Sum of RGB (Red+Green+Blue) = 197+202+75=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA4B is #3A35B4. Grayscale: #BABABA. Windows color (decimal): -3814837 or 4967109. OLE color: 4967109.

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

Color convert

RGB 197 202 75 -
CMYK 0.02 0 0.63 0.21
HSL 62.36º 0.55% 0.54% -
HSV(B) 62.36º 0.63% 0.79% -
XYZ 45.42 54.62 14.81 -
YUV 186.03 65.34 135.83 -
System Red Green Blue C M Y K H S L
Decimal 197 202 75 0.02 0 0.63 0.21 62.36 0.55 0.54
Hex C5 CA 4B 2 0 3F 15 3E 37 36
Octal 305 312 113 2 0 77 25 76 67 66
Binary 11000101 11001010 1001011 10 0 111111 10101 111110 110111 110110

Color Harmonies of #C5CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA4B

Black with #C5CA4B

Text Example


Text Example

White with #C5CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA4B; }

 p { color: rgb(197,202,75); }

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

background-color css

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

 a { background-color: rgb(197,202,75); }

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

border-color css

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

 span { border-color: rgb(197,202,75); }

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