Html Css Color HEX #C0BE49 Celery

📋 copy color: '#C0BE49'

red 192 ◦ green 190 ◦ blue 73

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

Shades of Celery #C0BE49

Tints of Celery #C0BE49

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.76%

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

R = 42.2%
G = 41.76%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C0BE49 (or 0xC0BE49) is known color: Celery. HEX triplet: C0, BE and 49. RGB value is (192,190,73). Sum of RGB (Red+Green+Blue) = 192+190+73=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE49 is #3F41B6. Grayscale: #B1B1B1. Windows color (decimal): -4145591 or 4832960. OLE color: 4832960.

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

Color convert

RGB 192 190 73 -
CMYK 0 0.01 0.62 0.25
HSL 58.99º 0.49% 0.52% -
HSV(B) 58.99º 0.62% 0.75% -
XYZ 41.35 48.51 13.49 -
YUV 177.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 192 190 73 0 0.01 0.62 0.25 58.99 0.49 0.52
Hex C0 BE 49 0 1 3E 19 3B 31 34
Octal 300 276 111 0 1 76 31 73 61 64
Binary 11000000 10111110 1001001 0 1 111110 11001 111011 110001 110100

Color Harmonies of #C0BE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE49

Black with #C0BE49

Text Example


Text Example

White with #C0BE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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