Html Css Color HEX #C3C750 Celery

📋 copy color: '#C3C750'

red 195 ◦ green 199 ◦ blue 80

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

Shades of Celery #C3C750

Tints of Celery #C3C750

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.98%

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

R = 41.14%
G = 41.98%
B = 16.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C3C750 (or 0xC3C750) is known color: Celery. HEX triplet: C3, C7 and 50. RGB value is (195,199,80). Sum of RGB (Red+Green+Blue) = 195+199+80=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C750 is #3C38AF. Grayscale: #B8B8B8. Windows color (decimal): -3946672 or 5294019. OLE color: 5294019.

HSL color Cylindrical-coordinate representation of color #C3C750: hue angle of 62.02º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3C750 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 199 80 -
CMYK 0.02 0 0.60 0.22
HSL 62.02º 0.52% 0.55% -
HSV(B) 62.02º 0.6% 0.78% -
XYZ 44.38 53.03 15.49 -
YUV 184.24 69.17 135.68 -
System Red Green Blue C M Y K H S L
Decimal 195 199 80 0.02 0 0.60 0.22 62.02 0.52 0.55
Hex C3 C7 50 2 0 3C 16 3E 34 37
Octal 303 307 120 2 0 74 26 76 64 67
Binary 11000011 11000111 1010000 10 0 111100 10110 111110 110100 110111

Color Harmonies of #C3C750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C750

Black with #C3C750

Text Example


Text Example

White with #C3C750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C750; }

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

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

background-color css

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

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

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

border-color css

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

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

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