Html Css Color HEX #C3C14B Celery

📋 copy color: '#C3C14B'

red 195 ◦ green 193 ◦ blue 75

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

Shades of Celery #C3C14B

Tints of Celery #C3C14B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.68%

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

R = 42.12%
G = 41.68%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3C14B (or 0xC3C14B) is known color: Celery. HEX triplet: C3, C1 and 4B. RGB value is (195,193,75). Sum of RGB (Red+Green+Blue) = 195+193+75=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C14B is #3C3EB4. Grayscale: #B4B4B4. Windows color (decimal): -3948213 or 4964803. OLE color: 4964803.

HSL color Cylindrical-coordinate representation of color #C3C14B: hue angle of 59º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3C14B is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 193 75 -
CMYK 0 0.01 0.62 0.24
HSL 59º 0.5% 0.53% -
HSV(B) 59º 0.62% 0.76% -
XYZ 42.85 50.25 14.1 -
YUV 180.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 195 193 75 0 0.01 0.62 0.24 59 0.5 0.53
Hex C3 C1 4B 0 1 3E 18 3B 32 35
Octal 303 301 113 0 1 76 30 73 62 65
Binary 11000011 11000001 1001011 0 1 111110 11000 111011 110010 110101

Color Harmonies of #C3C14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C14B

Black with #C3C14B

Text Example


Text Example

White with #C3C14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C14B; }

 p { color: rgb(195,193,75); }

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

background-color css

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

 a { background-color: rgb(195,193,75); }

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

border-color css

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

 span { border-color: rgb(195,193,75); }

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