Html Css Color HEX #C0BA47 Celery

📋 copy color: '#C0BA47'

red 192 ◦ green 186 ◦ blue 71

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

Shades of Celery #C0BA47

Tints of Celery #C0BA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.43%

 BLUE value IS 71 (28.13% from 255) = 15.81%

R = 42.76%
G = 41.43%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C0BA47 (or 0xC0BA47) is known color: Celery. HEX triplet: C0, BA and 47. RGB value is (192,186,71). Sum of RGB (Red+Green+Blue) = 192+186+71=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA47 is #3F45B8. Grayscale: #AFAFAF. Windows color (decimal): -4146617 or 4700864. OLE color: 4700864.

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

Color convert

RGB 192 186 71 -
CMYK 0 0.03 0.63 0.25
HSL 57.02º 0.49% 0.52% -
HSV(B) 57.02º 0.63% 0.75% -
XYZ 40.43 46.78 12.86 -
YUV 174.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 192 186 71 0 0.03 0.63 0.25 57.02 0.49 0.52
Hex C0 BA 47 0 3 3F 19 39 31 34
Octal 300 272 107 0 3 77 31 71 61 64
Binary 11000000 10111010 1000111 0 11 111111 11001 111001 110001 110100

Color Harmonies of #C0BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA47

Black with #C0BA47

Text Example


Text Example

White with #C0BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA47; }

 p { color: rgb(192,186,71); }

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

background-color css

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

 a { background-color: rgb(192,186,71); }

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

border-color css

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

 span { border-color: rgb(192,186,71); }

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