Html Css Color HEX #C0B949 Celery

📋 copy color: '#C0B949'

red 192 ◦ green 185 ◦ blue 73

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

Shades of Celery #C0B949

Tints of Celery #C0B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.11%

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

R = 42.67%
G = 41.11%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C0B949 (or 0xC0B949) is known color: Celery. HEX triplet: C0, B9 and 49. RGB value is (192,185,73). Sum of RGB (Red+Green+Blue) = 192+185+73=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B949 is #3F46B6. Grayscale: #AEAEAE. Windows color (decimal): -4146871 or 4831680. OLE color: 4831680.

HSL color Cylindrical-coordinate representation of color #C0B949: hue angle of 56.47º 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 #C0B949 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 73 -
CMYK 0 0.04 0.62 0.25
HSL 56.47º 0.49% 0.52% -
HSV(B) 56.47º 0.62% 0.75% -
XYZ 40.29 46.39 13.13 -
YUV 174.33 70.82 140.61 -
System Red Green Blue C M Y K H S L
Decimal 192 185 73 0 0.04 0.62 0.25 56.47 0.49 0.52
Hex C0 B9 49 0 4 3E 19 38 31 34
Octal 300 271 111 0 4 76 31 70 61 64
Binary 11000000 10111001 1001001 0 100 111110 11001 111000 110001 110100

Color Harmonies of #C0B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B949

Black with #C0B949

Text Example


Text Example

White with #C0B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B949; }

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

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

background-color css

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

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

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

border-color css

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

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

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