Html Css Color HEX #C0BA4E Celery

📋 copy color: '#C0BA4E'

red 192 ◦ green 186 ◦ blue 78

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

Shades of Celery #C0BA4E

Tints of Celery #C0BA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.11%

R = 42.11%
G = 40.79%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0BA4E (or 0xC0BA4E) is known color: Celery. HEX triplet: C0, BA and 4E. RGB value is (192,186,78). Sum of RGB (Red+Green+Blue) = 192+186+78=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA4E is #3F45B1. Grayscale: #AFAFAF. Windows color (decimal): -4146610 or 5159616. OLE color: 5159616.

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

Color convert

RGB 192 186 78 -
CMYK 0 0.03 0.59 0.25
HSL 56.84º 0.48% 0.53% -
HSV(B) 56.84º 0.59% 0.75% -
XYZ 40.67 46.87 14.11 -
YUV 175.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 192 186 78 0 0.03 0.59 0.25 56.84 0.48 0.53
Hex C0 BA 4E 0 3 3B 19 39 30 35
Octal 300 272 116 0 3 73 31 71 60 65
Binary 11000000 10111010 1001110 0 11 111011 11001 111001 110000 110101

Color Harmonies of #C0BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA4E

Black with #C0BA4E

Text Example


Text Example

White with #C0BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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