Html Css Color HEX #C2C750 Celery

📋 copy color: '#C2C750'

red 194 ◦ green 199 ◦ blue 80

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

Shades of Celery #C2C750

Tints of Celery #C2C750

RGB

 RED value IS 194 (76.17% from 255) = 41.01%

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

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

R = 41.01%
G = 42.07%
B = 16.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C2C750 (or 0xC2C750) is known color: Celery. HEX triplet: C2, C7 and 50. RGB value is (194,199,80). Sum of RGB (Red+Green+Blue) = 194+199+80=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C750 is #3D38AF. Grayscale: #B8B8B8. Windows color (decimal): -4012208 or 5294018. OLE color: 5294018.

HSL color Cylindrical-coordinate representation of color #C2C750: hue angle of 62.52º 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 #C2C750 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 199 80 -
CMYK 0.03 0 0.60 0.22
HSL 62.52º 0.52% 0.55% -
HSV(B) 62.52º 0.6% 0.78% -
XYZ 44.12 52.9 15.47 -
YUV 183.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 194 199 80 0.03 0 0.60 0.22 62.52 0.52 0.55
Hex C2 C7 50 3 0 3C 16 3F 34 37
Octal 302 307 120 3 0 74 26 77 64 67
Binary 11000010 11000111 1010000 11 0 111100 10110 111111 110100 110111

Color Harmonies of #C2C750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C750

Black with #C2C750

Text Example


Text Example

White with #C2C750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C750; }

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

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

background-color css

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

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

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

border-color css

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

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

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