Html Css Color HEX #C2C148 Celery

📋 copy color: '#C2C148'

red 194 ◦ green 193 ◦ blue 72

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

Shades of Celery #C2C148

Tints of Celery #C2C148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 42.27%
G = 42.05%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2C148 (or 0xC2C148) is known color: Celery. HEX triplet: C2, C1 and 48. RGB value is (194,193,72). Sum of RGB (Red+Green+Blue) = 194+193+72=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C148 is #3D3EB7. Grayscale: #B3B3B3. Windows color (decimal): -4013752 or 4768194. OLE color: 4768194.

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

Color convert

RGB 194 193 72 -
CMYK 0 0.01 0.63 0.24
HSL 59.51º 0.5% 0.52% -
HSV(B) 59.51º 0.63% 0.76% -
XYZ 42.49 50.08 13.56 -
YUV 179.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 194 193 72 0 0.01 0.63 0.24 59.51 0.5 0.52
Hex C2 C1 48 0 1 3F 18 3C 32 34
Octal 302 301 110 0 1 77 30 74 62 64
Binary 11000010 11000001 1001000 0 1 111111 11000 111100 110010 110100

Color Harmonies of #C2C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C148

Black with #C2C148

Text Example


Text Example

White with #C2C148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C148; }

 p { color: rgb(194,193,72); }

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

background-color css

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

 a { background-color: rgb(194,193,72); }

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

border-color css

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

 span { border-color: rgb(194,193,72); }

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