Html Css Color HEX #C3C14C Celery

📋 copy color: '#C3C14C'

red 195 ◦ green 193 ◦ blue 76

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

Shades of Celery #C3C14C

Tints of Celery #C3C14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.38%

R = 42.03%
G = 41.59%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3C14C (or 0xC3C14C) is known color: Celery. HEX triplet: C3, C1 and 4C. RGB value is (195,193,76). Sum of RGB (Red+Green+Blue) = 195+193+76=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C14C is #3C3EB3. Grayscale: #B4B4B4. Windows color (decimal): -3948212 or 5030339. OLE color: 5030339.

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

Color convert

RGB 195 193 76 -
CMYK 0 0.01 0.61 0.24
HSL 58.99º 0.5% 0.53% -
HSV(B) 58.99º 0.61% 0.76% -
XYZ 42.88 50.26 14.28 -
YUV 180.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 195 193 76 0 0.01 0.61 0.24 58.99 0.5 0.53
Hex C3 C1 4C 0 1 3D 18 3B 32 35
Octal 303 301 114 0 1 75 30 73 62 65
Binary 11000011 11000001 1001100 0 1 111101 11000 111011 110010 110101

Color Harmonies of #C3C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C14C

Black with #C3C14C

Text Example


Text Example

White with #C3C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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