Html Css Color HEX #C0BD49 Celery

📋 copy color: '#C0BD49'

red 192 ◦ green 189 ◦ blue 73

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

Shades of Celery #C0BD49

Tints of Celery #C0BD49

RGB

 RED value IS 192 (75.39% from 255) = 42.29%

 GREEN value IS 189 (74.22% from 255) = 41.63%

 BLUE value IS 73 (28.91% from 255) = 16.08%

R = 42.29%
G = 41.63%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C0BD49 (or 0xC0BD49) is known color: Celery. HEX triplet: C0, BD and 49. RGB value is (192,189,73). Sum of RGB (Red+Green+Blue) = 192+189+73=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD49 is #3F42B6. Grayscale: #B1B1B1. Windows color (decimal): -4145847 or 4832704. OLE color: 4832704.

HSL color Cylindrical-coordinate representation of color #C0BD49: hue angle of 58.49º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0BD49 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 73 -
CMYK 0 0.02 0.62 0.25
HSL 58.49º 0.49% 0.52% -
HSV(B) 58.49º 0.62% 0.75% -
XYZ 41.14 48.08 13.42 -
YUV 176.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 192 189 73 0 0.02 0.62 0.25 58.49 0.49 0.52
Hex C0 BD 49 0 2 3E 19 3A 31 34
Octal 300 275 111 0 2 76 31 72 61 64
Binary 11000000 10111101 1001001 0 10 111110 11001 111010 110001 110100

Color Harmonies of #C0BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD49

Black with #C0BD49

Text Example


Text Example

White with #C0BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD49; }

 p { color: rgb(192,189,73); }

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

background-color css

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

 a { background-color: rgb(192,189,73); }

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

border-color css

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

 span { border-color: rgb(192,189,73); }

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