Html Css Color HEX #C3C150 Celery

📋 copy color: '#C3C150'

red 195 ◦ green 193 ◦ blue 80

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

Shades of Celery #C3C150

Tints of Celery #C3C150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.09%

R = 41.67%
G = 41.24%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3C150 (or 0xC3C150) is known color: Celery. HEX triplet: C3, C1 and 50. RGB value is (195,193,80). Sum of RGB (Red+Green+Blue) = 195+193+80=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C150 is #3C3EAF. Grayscale: #B5B5B5. Windows color (decimal): -3948208 or 5292483. OLE color: 5292483.

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

Color convert

RGB 195 193 80 -
CMYK 0 0.01 0.59 0.24
HSL 58.96º 0.49% 0.54% -
HSV(B) 58.96º 0.59% 0.76% -
XYZ 43.02 50.32 15.03 -
YUV 180.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 195 193 80 0 0.01 0.59 0.24 58.96 0.49 0.54
Hex C3 C1 50 0 1 3B 18 3B 31 36
Octal 303 301 120 0 1 73 30 73 61 66
Binary 11000011 11000001 1010000 0 1 111011 11000 111011 110001 110110

Color Harmonies of #C3C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C150

Black with #C3C150

Text Example


Text Example

White with #C3C150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C150; }

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

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

background-color css

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

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

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

border-color css

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

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

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