Html Css Color HEX #C0BC49 Celery

📋 copy color: '#C0BC49'

red 192 ◦ green 188 ◦ blue 73

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

Shades of Celery #C0BC49

Tints of Celery #C0BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

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

R = 42.38%
G = 41.5%
B = 16.11%

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

#C0BC49 (or 0xC0BC49) is known color: Celery. HEX triplet: C0, BC and 49. RGB value is (192,188,73). Sum of RGB (Red+Green+Blue) = 192+188+73=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC49 is #3F43B6. Grayscale: #B0B0B0. Windows color (decimal): -4146103 or 4832448. OLE color: 4832448.

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

Color convert

RGB 192 188 73 -
CMYK 0 0.02 0.62 0.25
HSL 57.98º 0.49% 0.52% -
HSV(B) 57.98º 0.62% 0.75% -
XYZ 40.92 47.65 13.34 -
YUV 176.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 192 188 73 0 0.02 0.62 0.25 57.98 0.49 0.52
Hex C0 BC 49 0 2 3E 19 3A 31 34
Octal 300 274 111 0 2 76 31 72 61 64
Binary 11000000 10111100 1001001 0 10 111110 11001 111010 110001 110100

Color Harmonies of #C0BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC49

Black with #C0BC49

Text Example


Text Example

White with #C0BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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