Html Css Color HEX #C2C04B Celery

📋 copy color: '#C2C04B'

red 194 ◦ green 192 ◦ blue 75

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

Shades of Celery #C2C04B

Tints of Celery #C2C04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 42.08%
G = 41.65%
B = 16.27%

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

#C2C04B (or 0xC2C04B) is known color: Celery. HEX triplet: C2, C0 and 4B. RGB value is (194,192,75). Sum of RGB (Red+Green+Blue) = 194+192+75=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C04B is #3D3FB4. Grayscale: #B3B3B3. Windows color (decimal): -4014005 or 4964546. OLE color: 4964546.

HSL color Cylindrical-coordinate representation of color #C2C04B: hue angle of 58.99º degrees, saturation: 0.49, 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 #C2C04B is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 75 -
CMYK 0 0.01 0.61 0.24
HSL 58.99º 0.49% 0.53% -
HSV(B) 58.99º 0.61% 0.76% -
XYZ 42.37 49.68 14.01 -
YUV 179.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 194 192 75 0 0.01 0.61 0.24 58.99 0.49 0.53
Hex C2 C0 4B 0 1 3D 18 3B 31 35
Octal 302 300 113 0 1 75 30 73 61 65
Binary 11000010 11000000 1001011 0 1 111101 11000 111011 110001 110101

Color Harmonies of #C2C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C04B

Black with #C2C04B

Text Example


Text Example

White with #C2C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C04B; }

 p { color: rgb(194,192,75); }

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

background-color css

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

 a { background-color: rgb(194,192,75); }

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

border-color css

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

 span { border-color: rgb(194,192,75); }

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